init-npm
v1.1.0
Published
Initialize your project.
Downloads
38
Maintainers
Readme
init-npm
CLI for initializing NPM project on Github.
Prerequisites (Recommend)
Recommend to set config options for the init command.
$ npm set init.author.email "[email protected]"
$ 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