Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / tasks / init / node / root / README.md
1 # {%= name %}
2
3 {%= description %}
4
5 ## Getting Started
6 Install the module with: `npm install {%= name %}`
7
8 ```javascript
9 var {%= js_safe_name %} = require('{%= name %}');
10 {%= js_safe_name %}.awesome(); // "awesome"
11 ```
12
13 ## Documentation
14 _(Coming soon)_
15
16 ## Examples
17 _(Coming soon)_
18
19 ## Contributing
20 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/gruntjs/grunt).
21
22 ## Release History
23 _(Nothing yet)_
24
25 ## License
26 Copyright (c) {%= grunt.template.today('yyyy') %} {%= author_name %}  
27 Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.