We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new snowblock for NPM including the .npmrc configuration file to define
.npmrc
npm init
init-author-name
init-author-email
init-author-url
init-version
init-license
package-lock
false
package-lock.json
save-exact
package.json
The text was updated successfully, but these errors were encountered:
Add new snowblock for "npm"
45e2cc8
Created a new snowblock for NPM (1) including the ".npmrc" configuration file (2) to define * the "npm init" (3) options * init-author-name * init-author-email * init-author-url * init-version * init-license * the "package-lock" option with "false" to disable the generation of the "package-lock.json" (4) file * the "save-exact" option to always save the exact dependency versions in the "package.json" (5) References: (1) https://www.npmjs.com (2) https://docs.npmjs.com/files/npmrc (3) https://docs.npmjs.com/misc/config (4) https://docs.npmjs.com/files/package-lock.json (5) https://docs.npmjs.com/files/package.json GH-95
Merge pull request #96 from arcticicestudio/feature/gh-95-npm
a916aa1
npm
No branches or pull requests
Create a new snowblock for NPM including the
.npmrc
configuration file to definenpm init
optionsinit-author-name
init-author-email
init-author-url
init-version
init-license
package-lock
option withfalse
to disable the generation of thepackage-lock.json
filesave-exact
option to always save the exact dependency versions in thepackage.json
The text was updated successfully, but these errors were encountered: