Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
fix(readme): run verb
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
tunnckoCore committed Jul 18, 2017
1 parent 56f5ff7 commit 2b66504
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
[![code climate][codeclimate-img]][codeclimate-url]
[![standard code style][standard-img]][standard-url]
[![linux build status][travis-img]][travis-url]
[![windows build status][appveyor-img]][appveyor-url]
[![coverage status][coveralls-img]][coveralls-url]
[![windows build][appveyor-img]][appveyor-url]
[![code coverage][codecov-img]][codecov-url]
[![dependency status][david-img]][david-url]

{%= include('highlight') %}
Expand Down Expand Up @@ -135,8 +135,8 @@ _Project scaffolded using [charlike][] cli._
[appveyor-url]: https://ci.appveyor.com/project/tunnckoCore/{%= name %}
[appveyor-img]: https://img.shields.io/appveyor/ci/tunnckoCore/{%= name %}/master.svg?label=windows

[coveralls-url]: https://coveralls.io/r/{%= repository %}
[coveralls-img]: https://img.shields.io/coveralls/{%= repository %}.svg
[codecov-url]: https://codecov.io/gh/{%= repository %}
[codecov-img]: https://img.shields.io/codecov/c/github/{%= repository %}/master.svg?label=codecov

[david-url]: https://david-dm.org/{%= repository %}
[david-img]: https://img.shields.io/david/{%= repository %}.svg
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
</a>
</p>

# charlike-cli [![NPM version](https://img.shields.io/npm/v/charlike-cli.svg?style=flat)](https://www.npmjs.com/package/charlike-cli) [![NPM downloads](https://img.shields.io/npm/dm/charlike-cli.svg?style=flat)](https://npmjs.org/package/charlike-cli) [![npm total downloads][downloads-img]][downloads-url]
# charlike-cli [![NPM version](https://img.shields.io/npm/v/charlike-cli.svg?style=flat)](https://www.npmjs.com/package/charlike-cli) [![NPM monthly downloads](https://img.shields.io/npm/dm/charlike-cli.svg?style=flat)](https://npmjs.org/package/charlike-cli) [![npm total downloads][downloads-img]][downloads-url]

> Command line interface for the [charlike][] project scaffolder.
[![code climate][codeclimate-img]][codeclimate-url]
[![standard code style][standard-img]][standard-url]
[![linux build status][travis-img]][travis-url]
[![windows build status][appveyor-img]][appveyor-url]
[![coverage status][coveralls-img]][coveralls-url]
[![windows build][appveyor-img]][appveyor-url]
[![code coverage][codecov-img]][codecov-url]
[![dependency status][david-img]][david-url]

## Table of Contents
Expand All @@ -26,8 +26,6 @@
- [Logo](#logo)
- [License](#license)

_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_

## Install
Install with [npm](https://www.npmjs.com/)

Expand Down Expand Up @@ -117,24 +115,24 @@ $ npm install && npm test
**Charlike Mike Reagent**

+ [github/tunnckoCore](https://github.com/tunnckoCore)
+ [twitter/tunnckoCore](http://twitter.com/tunnckoCore)
+ [twitter/tunnckoCore](https://twitter.com/tunnckoCore)
+ [codementor/tunnckoCore](https://codementor.io/tunnckoCore)

## Logo
The logo is [Monster Icon](http://thenounproject.com/term/moster/63928/) by [Christian Mohr](http://www.thenounproject.com/mom-digital). Released under the [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/us/) license.

## License
Copyright © 2016, [Charlike Mike Reagent](http://i.am.charlike.online). Released under the [MIT license](LICENSE).
Copyright © 2016-2017, [Charlike Mike Reagent](http://i.am.charlike.online). MIT

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 30, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 18, 2017._
_Project scaffolded using [charlike][] cli._

[always-done]: https://github.com/hybridables/always-done
[async-done]: https://github.com/gulpjs/async-done
[base]: https://github.com/node-base/base
[charlike]: https://github.com/tunnckocore/charlike
[charlike]: https://github.com/tunnckoCore/charlike
[commitizen]: https://github.com/commitizen/cz-cli
[dezalgo]: https://github.com/npm/dezalgo
[git-user-name]: https://github.com/jonschlinkert/git-user-name
Expand All @@ -157,8 +155,8 @@ _Project scaffolded using [charlike][] cli._
[appveyor-url]: https://ci.appveyor.com/project/tunnckoCore/charlike-cli
[appveyor-img]: https://img.shields.io/appveyor/ci/tunnckoCore/charlike-cli/master.svg?label=windows

[coveralls-url]: https://coveralls.io/r/tunnckoCore/charlike-cli
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/charlike-cli.svg
[codecov-url]: https://codecov.io/gh/tunnckoCore/charlike-cli
[codecov-img]: https://img.shields.io/codecov/c/github/tunnckoCore/charlike-cli/master.svg?label=codecov

[david-url]: https://david-dm.org/tunnckoCore/charlike-cli
[david-img]: https://img.shields.io/david/tunnckoCore/charlike-cli.svg
Expand Down

0 comments on commit 2b66504

Please sign in to comment.