UNPKG

grunt

Version:

A task-based command line build tool for JavaScript projects.

28 lines (19 loc) 711 B
# {%= name %} {%= description %} ## Getting Started Install the module with: `npm install {%= name %}` ```javascript var {%= js_safe_name %} = require('{%= name %}'); {%= js_safe_name %}.awesome(); // "awesome" ``` ## Documentation _(Coming soon)_ ## Examples _(Coming soon)_ ## Contributing In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt). ## Release History _(Nothing yet)_ ## License Copyright (c) {%= template.today('yyyy') %} {%= author_name %} Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.