template for generating npm modules
TODO: Some info about the module.
Install the module with: npm install npm-template
TODO: How to use this module, examples.
See API
Ensure that all linting and codestyle tasks are passing. Add unit tests for any new or changed functionality.
To start contributing, install the git prepush hooks:
make githooks
Before committing, lint and test your code using the included Makefile:
make prepush
Copyright (c) 2020 Rajat Kumar
Licensed under the MIT license.