Skip to content

wonism/init-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors