create-npm-package
v1.3.4
Published
Creates an npm package boilerplate that you don't have to write again.
Readme
create-npm-package
Creates an npm package boilerplate that you don't have to write again.

Install
$ npm install -g create-npm-packageUsage
Create new package
$ create-npm-package my-packageSkip the npm name check
The existance of the package name is checked automatically, but you can skip it!
$ create-npm-package my-package --skip-checkSkip git initialization
Git is initialized on package creation, but you can skip it!
$ create-npm-package my-package --skip-gitUse Yarn to install dependencies
$ create-npm-package my-package --yarnIssues and features requests
Please drop an issue, if you find something that doesn't work, or a feature request at https://github.com/MatteoGabriele/create-npm-package/issues
Follow me on twitter @matteo_gabriele
