https://github.com/cdrani/npm-config-example
npm configuration example relating to blog post
https://github.com/cdrani/npm-config-example
Last synced: over 1 year ago
JSON representation
npm configuration example relating to blog post
- Host: GitHub
- URL: https://github.com/cdrani/npm-config-example
- Owner: cdrani
- Created: 2017-10-30T20:14:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T03:54:56.000Z (about 7 years ago)
- Last Synced: 2025-02-05T13:47:43.355Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# npm-config-example
---
This is repo for the blog post pertaining to configuring the default **package.json** file when initiating a node project using `npm init`.
The post can be found here: [npm-config](https://cdrani.site/npm-configurations)
---
If you wish to use the `.npm-init.js` file in the repo, make sure it's placed in your root directory `~/.npm-init.js`. Reference the post and links provided therein for additional or further customizations.