Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 13, 2017
1 parent a7a66b1 commit 7c12d9b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -115,7 +115,7 @@ Please read the [contributing guide](.github/contributing.md) for advice on open

| **Commits** | **Contributor** |
| --- | --- |
| 115 | [jonschlinkert](https://github.com/jonschlinkert) |
| 118 | [jonschlinkert](https://github.com/jonschlinkert) |
| 3 | [doowb](https://github.com/doowb) |
| 1 | [davidbgk](https://github.com/davidbgk) |

Expand All @@ -134,6 +134,12 @@ Custom labels used in this changelog:
* `dependencies`: bumps dependencies
* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories.

##### [3.0.0](https://github.com/breakdance/breakdance/compare/2.0.0...3.0.0) - 2017-05-12

**Removed**

* CLI was externalized to [breakdance-cli][]

##### [2.0.0](https://github.com/breakdance/breakdance/compare/1.1.0...2.0.0) - 2017-04-25

**Changed**
Expand Down Expand Up @@ -216,4 +222,4 @@ Released under the [MIT license](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 25, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on May 12, 2017._
6 changes: 6 additions & 0 deletions changelog.md
Expand Up @@ -13,6 +13,12 @@ Custom labels used in this changelog:
* `dependencies`: bumps dependencies
* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories.

### [3.0.0] - 2017-05-12

**Removed**

- CLI was externalized to [breakdance-cli][]

### [2.0.0] - 2017-04-25

**Changed**
Expand Down
4 changes: 2 additions & 2 deletions docs/docs.html
Expand Up @@ -290,10 +290,10 @@ <h3 id="getting-started-installing-the-cli">Installing the CLI
</a>
</h3>
<p>Install the breakdance CLI with
<a href="https://www.npmjs.com/">npm</a>:</p> <pre><code class="language-sh">$ npm install --global breakdance
<a href="https://www.npmjs.com/">npm</a>:</p> <pre><code class="language-sh">$ npm install --global breakdance-cli
</code></pre>
<p>This adds the <code>bd</code> command to your system path, allowing you to run the breakdance CLI from any directory.</p> <pre><code class="language-sh">$ bd
<span class="hljs-comment"># aliased as &quot;breakdance&quot; in case of conflicts</span>
<span class="hljs-comment"># also aliased as &quot;breakdance&quot; in case of conflicts</span>
$ breakdance
</code></pre>
<h3 id="getting-started-using-the-cli">Using the CLI
Expand Down
4 changes: 2 additions & 2 deletions support/src/templates/pages/docs.md
Expand Up @@ -18,14 +18,14 @@ If you want to see how breakdance works, the CLI is the fastest way to get start
Install the breakdance CLI with [npm](https://www.npmjs.com/):

```sh
$ npm install --global breakdance
$ npm install --global breakdance-cli
```

This adds the `bd` command to your system path, allowing you to run the breakdance CLI from any directory.

```sh
$ bd
# aliased as "breakdance" in case of conflicts
# also aliased as "breakdance" in case of conflicts
$ breakdance
```

Expand Down

0 comments on commit 7c12d9b

Please sign in to comment.