Skip to content

Commit

Permalink
Scaffold: Regenerate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert authored and phated committed Dec 29, 2017
1 parent 6a0bdf0 commit 6ebdac3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

> Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.
## Install with [npm](npmjs.org)
Install with [npm](https://www.npmjs.com/)

```bash
npm i plugin-error --save
```sh
$ npm i plugin-error --save
```

## Usage
Expand Down Expand Up @@ -54,7 +54,7 @@ var err = new PluginError('test', existingError, {showStack: true});
## 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)
* [gulp-util](https://github.com/wearefractal/gulp-util): Utility functions for gulp plugins
* [gulp-util](https://github.com/wearefractal/gulp-util#readme): Utility functions for gulp plugins
* [gulp](http://gulpjs.com): The streaming build system
* [generate](https://github.com/generate/generate): Project generator, for node.js.
* [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)
Expand All @@ -63,13 +63,13 @@ var err = new PluginError('test', existingError, {showStack: true});

Install dev dependencies:

```bash
npm i -d && npm test
```sh
$ 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/plugin-error/issues)
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues/new)

## Author

Expand All @@ -80,11 +80,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea

## License

Copyright (c) 2015 Jon Schlinkert
Copyright © 2015 Jon Schlinkert
Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 01, 2015._

<!-- reflinks generated by verb-reflinks plugin -->
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 31, 2015._

0 comments on commit 6ebdac3

Please sign in to comment.