generate readme
This commit is contained in:
parent
a0e82593ac
commit
a06e934d44
30
README.md
30
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
> Parse a glob pattern into an object of tokens.
|
||||
|
||||
**Changes from v1.0.0 to v3.0.1**
|
||||
**Changes from v1.0.0 to v3.0.2**
|
||||
|
||||
- all path-related properties are now on the `path` object
|
||||
- all boolean properties are now on the `is` object
|
||||
@ -80,16 +80,19 @@ The object returned by parseGlob has the following properties:
|
||||
+ `ext`: file extension without dot
|
||||
|
||||
## Related
|
||||
* [glob-base](https://github.com/jonschlinkert/glob-base): Returns an object with the (non-glob) base path and the actual pattern.
|
||||
* [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 drop-in replacement and faster alternative to minimatch and multimatch. Just use `micromatch.isMatch()` instead of `minimatch()`, or use `micromatch()` instead of `multimatch()`.
|
||||
|
||||
* [glob-base](https://github.com/jonschlinkert/glob-base): Returns an object with the (non-glob) base path and the… [more](https://github.com/jonschlinkert/glob-base)
|
||||
* [glob-parent](https://github.com/es128/glob-parent): Strips glob magic from a string to provide the parent… [more](https://github.com/es128/glob-parent)
|
||||
* [glob-path-regex](https://github.com/regexps/glob-path-regex): Regular expression for matching the parts of glob pattern.
|
||||
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob… [more](https://github.com/jonschlinkert/is-glob)
|
||||
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative… [more](https://github.com/jonschlinkert/micromatch)
|
||||
|
||||
## 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:
|
||||
|
||||
```bash
|
||||
@ -101,12 +104,19 @@ npm i -d && npm test
|
||||
**Jon Schlinkert**
|
||||
|
||||
+ [github/jonschlinkert](https://github.com/jonschlinkert)
|
||||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
|
||||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
|
||||
|
||||
## License
|
||||
Copyright (c) 2014-2015 Jon Schlinkert
|
||||
Released under the MIT license
|
||||
|
||||
Copyright (c) 2014-2015 Jon Schlinkert
|
||||
Released under the MIT license.
|
||||
|
||||
***
|
||||
|
||||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 18, 2015._
|
||||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 25, 2015._
|
||||
|
||||
<!-- reflinks generated by verb-reflinks plugin -->
|
||||
|
||||
[verb]: https://github.com/assemble/verb
|
||||
[template]: https://github.com/jonschlinkert/template
|
||||
[assemble]: http://assemble.io
|
||||
Reference in New Issue
Block a user