Version Package Management - sgml/signature GitHub Wiki
ECMAScript
- https://exploringjs.com/es6/ch_one-javascript.html
- https://www.loc.gov/preservation/digital/formats/fdd/fdd000443.shtml
NPM/Yarn
- https://docs.npmjs.com/misc/semver
- https://www.nearform.com/blog/nodejs-sudo-free/
- https://stackoverflow.com/questions/5786433/how-to-install-a-node-js-module-without-using-npm
- https://auth0.com/blog/five-things-you-can-do-with-yarn/
- https://github.com/nodejs/node-gyp/issues/1154
- https://jaketrent.com/post/npm-install-local-files/
- https://github.com/yarnpkg/yarn/issues/393
- https://docs.npmjs.com/cli/pack
- https://docs.npmjs.com/cli/publish
- https://remysharp.com/2016/12/06/auto-detect-node-version-in-npm-start
- https://remysharp.com/2018/03/03/last-minute-node-debugging
- https://www.alexkras.com/understanding-differences-between-npm-yarn-and-pnpm/
- https://www.kochan.io/nodejs/why-should-we-use-pnpm.html
- https://hackernoon.com/using-yarn-with-docker-c116ad289d56
- http://webiks.com/working-offline-with-angular-cli/
- https://medium.com/@kyle_martin/understanding-and-protecting-against-malicious-npm-package-lifecycle-scripts-8b6129619d7c
Private NPM Modules
- https://forums.docker.com/t/docker-pull-not-using-correct-dns-server-when-private-registry-on-vpn/11117
- https://medium.com/@oscargodson/npm-private-modules-with-heroku-25a171ce022e
- http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html
Private Yarn Modules
- https://github.com/yarnpkg/yarn/issues?q=is%3Aissue+private+in%3Atitle
- https://classic.yarnpkg.com/en/docs/cli/config/
- https://yarnpkg.com/configuration/yarnrc
- https://yarnpkg.com/advanced/migration
- https://classic.yarnpkg.com/en/docs/yarnrc/
- https://dev.to/loujaybee/yarn-and-the-dark-future-of-third-party-npm-clients-2ie3
npmrc
- https://docs.npmjs.com/configuring-your-registry-settings-as-an-npm-enterprise-user
- https://npm.community/t/login-adduser-doesnt-work-when-you-have-separate-accounts-for-different-scopes-in-the-same-registry/4941/4
- http://npm.github.io/installation-setup-docs/installing/logging-in-and-out.html
public npm publish (registry.npmjs.org)
- https://www.w3resource.com/npm/how-to-create-node-and-how-to-publish-and-update-a-package.php
- https://gist.github.com/coolaj86/1318304/27bc153c639dbbb7dee17c16bf4d5108afe28b44
- https://javascript.tutorialhorizon.com/2018/07/13/how-to-publish-a-package-on-npm/
- https://blog.npmjs.org/post/111475741445/publishing-your-jquery-plugin-to-npm-the-quick
- http://parseobjects.com/publish-vue-js-components-npm/
github npm publish
- https://formidable.com/blog/2020/publish-npm-packages/
- https://blog.dennisokeeffe.com/blog/2020-07-05-your-first-github-npm-package-in-five-minutes/
Webpack
- http://steveholgado.com/posts/rxjs-socketio-chat-app/
- https://www.codeproject.com/Articles/1119961/Build-Component-Based-Website
- https://spinspire.com/article/creating-expressjs-environment-webpack-react-and-babel-configurations
- https://codeburst.io/react-ecosystem-setup-step-by-step-walkthrough-721ff45a7fc1
- https://alejandronapoles.com/2016/03/12/the-simplest-webpack-and-express-setup/
- https://medium.com/webpack/announcing-the-new-webpack-cli-75ce1d9b8663
- http://www.knowstack.com/scaffolding-vue-projects-webpack-template/
- https://medium.com/@luis.antunes/project-scaffolding-webpack-2-react-postcss-step-by-step-1-2-f74be26159ef
- https://vijayt.com/post/scaffolding-react-web-app-webpack-2/
- https://vijayt.com/post/minimal-scaffolding-react-webpack/
NPM Scripts
- http://corgibytes.com/blog/2017/04/18/npm-tips/
- https://deliciousbrains.com/npm-build-script/
- http://fuzzytolerance.info/blog/2016/10/28/From-Gulp-to-NPM-Scripts/
- http://xabikos.com/2015/11/11/Execute-multiple-npm-scripts-through-VS-Code-task-runner/
- http://clarify.dovetailsoftware.com/cjennings/2016/01/05/npm-scripts-vs-task-runners/
- https://webdesignledger.com/build-with-better-with-npm-and-quit-grunting-and-gulping/
- https://alligator.io/nodejs/utilizing-npm-scripts-during-development/
- https://michael-kuehnel.de/tooling/2018/03/22/helpers-and-tips-for-npm-run-scripts.html
- https://anasshekhamis.com/2017/09/28/npm-scripts/
- https://michaljanaszek.com/blog/state-of-npm-scripts
- http://elijahmanor.com/npm-precommit-scripts/
- http://opendirective.net/blog/2016/03/more-on-portable-npm-scripts/
- http://www.codereadability.com/documenting-build-commands-with-npm-scripts/
- https://www.slideshare.net/k88hudson/advanced-frontend-automation-with-npm-scripts
- https://james-forbes.com/?/posts/alternative-to-npm-scripts
- http://clarkie.io/nodejs/2015/06/25/npm-scripts-on-elastic-beanstalk.html
Grunt/Gulp
- https://medium.com/wdstack/setting-up-brunch-with-bootstrap-4-ca052e513e4
- https://medium.com/afosto/how-to-setup-a-bootstrap-project-like-bootstrap-does-it-3825a726b09a
- https://www.talkingdotnet.com/add-bootstrap-4-to-angular-6-application/
NPM/Yarn
- https://www.keycdn.com/blog/npm-vs-yarn
- https://news.ycombinator.com/item?id=17181624
- https://www.alexkras.com/understanding-differences-between-npm-yarn-and-pnpm/
JSON Config Files
- https://stackoverflow.com/questions/43619644/i-am-getting-an-invalid-host-header-message-when-running-my-react-app-in-a-we
- https://developer.ibm.com/recipes/tutorials/nodered-exception-handling-framework/
- https://hacks.mozilla.org/2013/03/taming-configurations-with-node-convict-a-node-js-holiday-season-part-7/