You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jack Lukic 50a455e4d2 label demo fixes 12 years ago
..
lib Fixes issue with accidental submodule 12 years ago
test Fixes issue with accidental submodule 12 years ago
.npmignore Fixes issue with accidental submodule 12 years ago
README.md Fixes issue with accidental submodule 12 years ago
grunt.js Fixes issue with accidental submodule 12 years ago

README.md

{%= name %}

{%= description %}

Getting Started

Install the module with: npm install {%= name %}

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.

Release History

(Nothing yet)

License

Copyright (c) {%= grunt.template.today('yyyy') %} {%= author_name %}
Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.