Skip to content

Commit

Permalink
generate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Nov 14, 2015
1 parent 563b100 commit ee51b0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

> {%= description %}
See the [benchmarks](#benchmarks). gray-matter is 15-30x faster than [front-matter]().
See the [benchmarks](#benchmarks). gray-matter is 20-30x faster than [front-matter][].

## Highlights

* Reliable and battle-tested by [metalsmith](https://github.com/segmentio/metalsmith), [assemble](https://github.com/assemble/assemble), [verb](https://github.com/assemble/verb), and many other projects!
* Will extract and parse:
* Extracts and parses:
- [YAML](http://github.com/nodeca/js-yaml)
- [JSON](http://en.wikipedia.org/wiki/Json)
- [TOML](http://github.com/mojombo/toml)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

> Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.
See the [benchmarks](#benchmarks). gray-matter is 15-30x faster than [front-matter]().
See the [benchmarks](#benchmarks). gray-matter is 20-30x faster than [front-matter](https://github.com/jxson/front-matter).

## Highlights

* Reliable and battle-tested by [metalsmith](https://github.com/segmentio/metalsmith), [assemble](https://github.com/assemble/assemble), [verb](https://github.com/assemble/verb), and many other projects!
* Will extract and parse:
* Extracts and parses:
- [YAML](http://github.com/nodeca/js-yaml)
- [JSON](http://en.wikipedia.org/wiki/Json)
- [TOML](http://github.com/mojombo/toml)
Expand Down Expand Up @@ -301,9 +301,9 @@ Because other libraries we tried failed to meet our requirements with [Assemble]
- `orig`: the "original" content

## Related projects
* [assemble](http://assemble.io): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](http://assemble.io)
* [metalsmith](https://github.com/segmentio/metalsmith#readme): An extremely simple, pluggable static site generator.
* [verb](https://github.com/assemble/verb): Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API[more](https://github.com/assemble/verb)
* [assemble](https://www.npmjs.com/package/assemble): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](https://www.npmjs.com/package/assemble) | [homepage](http://assemble.io)
* [metalsmith](https://www.npmjs.com/package/metalsmith): An extremely simple, pluggable static site generator. | [homepage](https://github.com/segmentio/metalsmith)
* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used[more](https://www.npmjs.com/package/verb) | [homepage](https://github.com/verbose/verb)

## Building the docs

Expand Down Expand Up @@ -340,7 +340,7 @@ $ npm i -d && npm test

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/gray-matter/issues/new)
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/gray-matter/issues/new).

## License

Expand All @@ -349,4 +349,4 @@ Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on July 16, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 14, 2015._

0 comments on commit ee51b0e

Please sign in to comment.