grunt
Version:
A task-based command line build tool for JavaScript projects.
28 lines (19 loc) • 711 B
Markdown
{%= description %}
Install the module with: `npm install {%= name %}`
```javascript
var {%= js_safe_name %} = require('{%= name %}');
{%= js_safe_name %}.awesome(); // "awesome"
```
_(Coming soon)_
_(Coming soon)_
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).
_(Nothing yet)_
Copyright (c) {%= template.today('yyyy') %} {%= author_name %}
Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.