1.1.0 • Published 4 years ago

init-npm v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

init-npm

CLI for initializing NPM project on Github.

npm version

Prerequisites (Recommend)

Recommend to set config options for the init command.

$ npm set init.author.email "example-user@example.com"
$ npm set init.author.name "example_user"
$ npm set init.license "MIT"

How to use

$ npx init-npm
# or install init-npm globally then run init-npm

After init-npm you just need to add remote repo, and push the commit. (You can see the current status with git status)

License

MIT Licensed