0.0.2 • Published 7 years ago

npm-package-boilerplate v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NPM Package Boilerplate

A boilerplate ready to create and publish new npm packages.

Steps

  1. Change this README to include the content of your package (template included as a comment on the README);
  2. Change the LICENSE to your own license and personal information;
  3. Remove the current package.json;
  4. Rename the package.json.template to package.json;
  5. Change the package.json;
  6. Put and change the code inside the package;
  7. Publish it with: npm publish or follow the official instructions here.

Author

Danilo Araújo Silva (silva.danilo.araujo@gmail.com).