Skip to content

Commit

Permalink
fix(readme): add list of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 1, 2017
1 parent af1bc04 commit 5b1fa43
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ with love at [Sofia, Bulgaria][bulgaria-url] 🇧🇬.
- **Meaning:** [Hear it](https://translate.google.com/?hl=bg&tab=wT#en/bg/dush). It just means `shower` in Bulgarian.
- **Clean:** Does not mess with DOM or anything.

## Plugins

- [dush-router][] - Simple regex-based router with Express-like routing, for browser and nodejs
- [dush-no-chaining][] - Removes the support for chaining methods
- [dush-methods][] - Adds `.define` and `.delegate` methods for defining non-enumerables
- [dush-tap-report][] - Produces TAP report, based on events such as `pass`, `fail`, `start` and `finish`
- [dush-promise](https://github.com/tunnckoCore/dush-promise) - Makes `dush` a Deferred promise, centralized error handling
- [dush-plugins](https://github.com/tunnckoCore/dush-plugins) - Upgrades the current plugin system with support for smart plugins
- [dush-options](https://github.com/tunnckoCore/dush-options) - Adds `.option` method and `app.options` property

## Table of Contents
<!-- toc -->

Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ with love at [Sofia, Bulgaria][bulgaria-url] 🇧🇬.
- **Meaning:** [Hear it](https://translate.google.com/?hl=bg&tab=wT#en/bg/dush). It just means `shower` in Bulgarian.
- **Clean:** Does not mess with DOM or anything.

## Plugins

- [dush-router][] - Simple regex-based router with Express-like routing, for browser and nodejs
- [dush-no-chaining][] - Removes the support for chaining methods
- [dush-methods][] - Adds `.define` and `.delegate` methods for defining non-enumerables
- [dush-tap-report][] - Produces TAP report, based on events such as `pass`, `fail`, `start` and `finish`
- [dush-promise](https://github.com/tunnckoCore/dush-promise) - Makes `dush` a Deferred promise, centralized error handling
- [dush-plugins](https://github.com/tunnckoCore/dush-plugins) - Upgrades the current plugin system with support for smart plugins
- [dush-options](https://github.com/tunnckoCore/dush-options) - Adds `.option` method and `app.options` property

## Table of Contents
- [Install](#install)
- [Usage](#usage)
Expand Down Expand Up @@ -387,9 +397,14 @@ _Project scaffolded using [charlike][] cli._
[charlike]: https://github.com/tunnckocore/charlike
[commitizen]: https://github.com/commitizen/cz-cli
[dezalgo]: https://github.com/npm/dezalgo
[dush-methods]: https://github.com/tunnckocore/dush-methods
[dush-no-chaining]: https://github.com/tunnckocore/dush-no-chaining
[dush-router]: https://github.com/tunnckocore/dush-router
[dush-tap-report]: https://github.com/tunnckocore/dush-tap-report
[hyperscript]: https://github.com/dominictarr/hyperscript
[mitt]: https://github.com/developit/mitt
[once]: https://github.com/isaacs/once
[rollup]: https://github.com/rollup/rollup
[standard-version]: https://github.com/conventional-changelog/standard-version
[verb-generate-readme]: https://github.com/verbose/verb-generate-readme
[verb]: https://github.com/verbose/verb
Expand Down Expand Up @@ -471,4 +486,3 @@ _Project scaffolded using [charlike][] cli._
[contributing-url]: https://github.com/tunnckoCore/dush/blob/master/CONTRIBUTING.md
[absolute-coverage-url]: https://github.com/tunnckoCore/dush/blob/master/package.json

[rollup]: https://github.com/rollup/rollup
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,21 @@
"charlike",
"commitizen",
"dezalgo",
"hyperscript",
"mitt",
"once",
"standard-version",
"verb",
"verb-generate-readme",
"hyperscript",
"webpack"
"webpack",
"dush-methods",
"dush-no-chaining",
"dush-router",
"dush-tap-report",
"rollup"
],
"lint": {
"reflinks": true
}
}
}
}

0 comments on commit 5b1fa43

Please sign in to comment.