init-package-json-parcel
v1.1.2
Published
npm init wrapper command
Downloads
23
Readme
init-package-json-parcel
A command line tool which is wrapper of npm init.
- When has not git remote url, automatically create
repository.urlhttps://github.com/:git-user-name/:package-name
- Add
filesas a default
Use case
I have not published my development module to GitHub yet,
but I want to create package.json which has repository field.
Because repository url of package.json is "https://github.com/<user-name>/<directory-name>.git" in most cases.
Installation
npm install -g init-package-json-parcelUsage
init-package-json≒ npm init
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT
