build readme

This commit is contained in:
jonschlinkert 2015-04-18 01:33:20 -04:00
parent 73fad8b171
commit 1ff53b94a4

View File

@ -2,7 +2,7 @@
> Parse a glob pattern into an object of tokens.
**Changes from v1.0.0 to v3.0.0**
**Changes from v1.0.0 to v3.0.1**
- all path-related properties are now on the `path` object
- all boolean properties are now on the `is` object
@ -84,20 +84,18 @@ The object returned by parseGlob has the following properties:
* [glob-parent](https://github.com/es128/glob-parent): Strips glob magic from a string to provide the parent path
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern.
* [glob-path-regex](https://github.com/regexps/glob-path-regex): Regular expression for matching the parts of glob pattern.
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A faster alternative to minimatch (10-45x faster on avg), with all the features you're used to using in your Grunt and gulp tasks.
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just use `micromatch.isMatch()` instead of `minimatch()`, or use `micromatch()` instead of `multimatch()`.
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/parse-glob/issues)
## Tests
Install dev dependencies.
Install dev dependencies:
```bash
npm i -d && npm test
```
## Author
**Jon Schlinkert**
@ -111,4 +109,4 @@ Released under the MIT license
***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 08, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 18, 2015._