Skip to content

Latest commit

 

History

History

templates

{{pkg.fullName}}

{{pkg.description}}

Installation

Include instructions on how to compile and/or install it.

$ npm install --save {{pkg.name}}

Usage

Include examples. This is very important. Think of some common use cases for your code and show people how your module can solve their problem in that use case.

const lib = require('{{pkg.name}}');
// TODO

Contributing

Bug reports and contributions are welcome. Mention how to contribute to it.

Include instructions on how to test your module.

License

Copyright © {{date.currentYear}} {{git.user.name}}. Licensed under {{pkg.license}}.