init-npm

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i init-npm

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

12 kB

Total Files

14

Last publish

Collaborators

  • wonism