CLI for initializing NPM project on Github.
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"$ npx init-npm
# or install init-npm globally then run init-npmAfter init-npm you just need to add remote repo, and push the commit.
(You can see the current status with git status)
MIT Licensed