create-npm-package
v1.3.4
Published
Creates an npm package boilerplate that you don't have to write again.
Downloads
14
Readme
create-npm-package
Creates an npm package boilerplate that you don't have to write again.
Install
$ npm install -g create-npm-package
Usage
Create new package
$ create-npm-package my-package
Skip the npm name check
The existance of the package name is checked automatically, but you can skip it!
$ create-npm-package my-package --skip-check
Skip git initialization
Git is initialized on package creation, but you can skip it!
$ create-npm-package my-package --skip-git
Use Yarn to install dependencies
$ create-npm-package my-package --yarn
Issues 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