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