Skip to content

Commit 4db155f

Browse files
committed
1.0.0
1 parent fcea348 commit 4db155f

File tree

4 files changed

+1362
-28
lines changed

4 files changed

+1362
-28
lines changed

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Jon Schlinkert
3+
Copyright (c) 2017, Jon Schlinkert
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# helper-uigradient [![NPM version](https://img.shields.io/npm/v/helper-uigradient.svg?style=flat)](https://www.npmjs.com/package/helper-uigradient) [![NPM monthly downloads](https://img.shields.io/npm/dm/helper-uigradient.svg?style=flat)](https://npmjs.org/package/helper-uigradient) [![NPM total downloads](https://img.shields.io/npm/dt/helper-uigradient.svg?style=flat)](https://npmjs.org/package/helper-uigradient) [![Linux Build Status](https://img.shields.io/travis/helpers/helper-uigradient.svg?style=flat&label=Travis)](https://travis-ci.org/helpers/helper-uigradient)
1+
# helper-uigradient [![NPM version](https://img.shields.io/npm/v/helper-uigradient.svg?style=flat)](https://www.npmjs.com/package/helper-uigradient) [![NPM monthly downloads](https://img.shields.io/npm/dm/helper-uigradient.svg?style=flat)](https://npmjs.org/package/helper-uigradient) [![NPM total downloads](https://img.shields.io/npm/dt/helper-uigradient.svg?style=flat)](https://npmjs.org/package/helper-uigradient) [![Linux Build Status](https://img.shields.io/travis/helpers/helper-uigradient.svg?style=flat&label=Travis)](https://travis-ci.org/helpers/helper-uigradient)
22

33
> Template helper that generates the CSS for any of the gradients from Ghosh/uiGradients
44
@@ -33,7 +33,7 @@ Then use in your templates like this:
3333

3434
### Related projects
3535

36-
* [handlebars-helpers](https://www.npmjs.com/package/handlebars-helpers): More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate… [more](https://github.com/assemble/handlebars-helpers) | [homepage](https://github.com/assemble/handlebars-helpers "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.")
36+
* [handlebars-helpers](https://www.npmjs.com/package/handlebars-helpers): More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate… [more](https://github.com/helpers/handlebars-helpers) | [homepage](https://github.com/helpers/handlebars-helpers "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.")
3737
* [helper-date](https://www.npmjs.com/package/helper-date): Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and… [more](https://github.com/helpers/helper-date) | [homepage](https://github.com/helpers/helper-date "Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere")
3838
* [helper-html-table](https://www.npmjs.com/package/helper-html-table): Create an HTML table from JSON configuration. | [homepage](https://github.com/helpers/helper-html-table "Create an HTML table from JSON configuration.")
3939
* [helper-octicon](https://www.npmjs.com/package/helper-octicon): Template helper for displaying octicon SVGs. Should work with any Handlebars, Lo-Dash, underscore or any… [more](https://github.com/helpers/helper-octicon) | [homepage](https://github.com/helpers/helper-octicon "Template helper for displaying octicon SVGs. Should work with any Handlebars, Lo-Dash, underscore or any template engine that allows helper functions to be registered. Also compatible with verb, assemble, and templates.")
@@ -43,38 +43,38 @@ Then use in your templates like this:
4343

4444
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
4545

46-
Please read the [contributing guide](.github/contributing.md) for avice on opening issues, pull requests, and coding standards.
46+
Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.
4747

4848
### Building docs
4949

50-
_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
50+
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
5151

52-
To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
52+
To generate the readme, run the following command:
5353

5454
```sh
55-
$ npm install -g verb verb-generate-readme && verb
55+
$ npm install -g verbose/verb#dev verb-generate-readme && verb
5656
```
5757

5858
### Running tests
5959

60-
Install dev dependencies:
60+
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
6161

6262
```sh
63-
$ npm install -d && npm test
63+
$ npm install && npm test
6464
```
6565

6666
### Author
6767

6868
**Jon Schlinkert**
6969

7070
* [github/jonschlinkert](https://github.com/jonschlinkert)
71-
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
71+
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
7272

7373
### License
7474

7575
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
76-
Released under the [MIT license](LICENSE).
76+
Released under the [MIT License](LICENSE).
7777

7878
***
7979

80-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.3, on January 05, 2017._
80+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 10, 2017._

0 commit comments

Comments
 (0)