@digituz/create-npm-package
v1.1.1
Published
Command line interface to create the default structure of NPM packages.
Downloads
7
Readme
Tool to Automate the Creation of NPM Packages
Right now, this tool creates the following files on the desired folder:
.editorconfig
.gitignore
package.json
LICENSE
create-npm-package . -p guest-author-program -n "Bruno Krebs" -e "[email protected]" -u "https://twitter.com/brunoskrebs"