npm-package-boilerplate

0.0.2 • Public • Published

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).

Readme

Keywords

Package Sidebar

Install

npm i npm-package-boilerplate

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • danilo-araujo-silva