Skip to content

Commit

Permalink
fix(readme): update plugins list and github tag badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 1, 2017
1 parent 7a71feb commit c6972dd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
11 changes: 6 additions & 5 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ with love at [Sofia, Bulgaria][bulgaria-url] 🇧🇬.
## 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-promise][] - Makes `dush` a Deferred promise, centralized error handling
- [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-options][] - Adds `.option` method and `app.options` property
- [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
- [dush-tap-report][] - Produces TAP report, based on events such as `pass`, `fail`, `start` and `finish`
- [dush-better-use][] - Adds support for named plugins and better error handling
- [dush-no-chaining][] - Removes the support for chaining methods

## Table of Contents
<!-- toc -->
Expand Down Expand Up @@ -204,7 +205,7 @@ _Project scaffolded using [charlike][] cli._
[daviddm-devdeps-url]: https://david-dm.org/{%= repository %}?type=dev
[daviddm-devdeps-img]: https://img.shields.io/david/dev/{%= repository %}.svg

[ghtag-url]: https://github.com/{%= repository %}/releases/tag/v{%= version %}
[ghtag-url]: https://github.com/{%= repository %}/tags
[ghtag-img]: https://img.shields.io/github/tag/{%= repository %}.svg?label=github%20tag

[npmv-url]: https://www.npmjs.com/package/{%= name %}
Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dush [![npm version][npmv-img]][npmv-url] [![github tags][ghtag-img]][ghtag-url] [![mit license][license-img]][license-url]

> Microscopic & functional event emitter in ~260 bytes, extensible through plugins.
> Microscopic & functional event emitter in ~350 bytes, extensible through plugins
_You might also be interested in [mitt][] - a 200 bytes event emitter. It has strict policy
to stay exactly below 200b with no compromises, so has lack of support
Expand Down Expand Up @@ -74,12 +74,13 @@ with love at [Sofia, Bulgaria][bulgaria-url] 🇧🇬.
## 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-promise][] - Makes `dush` a Deferred promise, centralized error handling
- [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-options][] - Adds `.option` method and `app.options` property
- [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
- [dush-tap-report][] - Produces TAP report, based on events such as `pass`, `fail`, `start` and `finish`
- [dush-better-use][] - Adds support for named plugins and better error handling
- [dush-no-chaining][] - Removes the support for chaining methods

## Table of Contents
- [Install](#install)
Expand Down Expand Up @@ -387,7 +388,7 @@ Copyright © 2015, 2017, [Charlike Mike Reagent](https://i.am.charlike.online).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on April 01, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on April 02, 2017._
_Project scaffolded using [charlike][] cli._

[always-done]: https://github.com/hybridables/always-done
Expand All @@ -397,8 +398,11 @@ _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-better-use]: https://github.com/tunnckocore/dush-better-use
[dush-methods]: https://github.com/tunnckocore/dush-methods
[dush-no-chaining]: https://github.com/tunnckocore/dush-no-chaining
[dush-options]: https://github.com/tunnckocore/dush-options
[dush-promise]: https://github.com/tunnckocore/dush-promise
[dush-router]: https://github.com/tunnckocore/dush-router
[dush-tap-report]: https://github.com/tunnckocore/dush-tap-report
[hyperscript]: https://github.com/dominictarr/hyperscript
Expand Down Expand Up @@ -434,7 +438,7 @@ _Project scaffolded using [charlike][] cli._
[daviddm-devdeps-url]: https://david-dm.org/tunnckoCore/dush?type=dev
[daviddm-devdeps-img]: https://img.shields.io/david/dev/tunnckoCore/dush.svg

[ghtag-url]: https://github.com/tunnckoCore/dush/releases/tag/v3.0.0
[ghtag-url]: https://github.com/tunnckoCore/dush/tags
[ghtag-img]: https://img.shields.io/github/tag/tunnckoCore/dush.svg?label=github%20tag

[npmv-url]: https://www.npmjs.com/package/dush
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dush",
"version": "3.0.2",
"description": "Microscopic & functional event emitter in ~260 bytes, extensible through plugins.",
"description": "Microscopic & functional event emitter in ~350 bytes, extensible through plugins",
"repository": "tunnckoCore/dush",
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
"precommit.silent": true,
Expand Down Expand Up @@ -120,18 +120,21 @@
"charlike",
"commitizen",
"dezalgo",
"dush-methods",
"dush-no-chaining",
"dush-router",
"dush-tap-report",
"hyperscript",
"mitt",
"once",
"rollup",
"standard-version",
"verb",
"verb-generate-readme",
"webpack",
"dush-methods",
"dush-no-chaining",
"dush-router",
"dush-tap-report",
"rollup"
"dush-better-use",
"dush-options",
"dush-promise"
],
"lint": {
"reflinks": true
Expand Down

0 comments on commit c6972dd

Please sign in to comment.