Skip to content

Commit

Permalink
Update package readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 17, 2016
1 parent 428b679 commit 71f543d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/plugin-generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-generate --save-dev
```

For the command line interface see [trucks-cli][].
Expand Down Expand Up @@ -53,4 +53,10 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on July 17, 2016
[mkparse]: https://github.com/mkdoc/mkparse
[jshint]: http://jshint.com
[jscs]: http://jscs.info
[sources]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-sources
[load]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-load
[parse]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-parse
[transform]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-transform
[generate]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-generate
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write

2 changes: 1 addition & 1 deletion packages/plugin-generate/doc/readme/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-generate --save-dev
```

For the command line interface see [trucks-cli][].
8 changes: 7 additions & 1 deletion packages/plugin-sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Combines the load and parse plugins to read the full component tree.
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-sources --save-dev
```

For the command line interface see [trucks-cli][].
Expand Down Expand Up @@ -55,4 +55,10 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on July 17, 2016
[mkparse]: https://github.com/mkdoc/mkparse
[jshint]: http://jshint.com
[jscs]: http://jscs.info
[sources]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-sources
[load]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-load
[parse]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-parse
[transform]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-transform
[generate]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-generate
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write

2 changes: 1 addition & 1 deletion packages/plugin-sources/doc/readme/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-sources --save-dev
```

For the command line interface see [trucks-cli][].
8 changes: 7 additions & 1 deletion packages/plugin-write/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Writes the output files created by previous plugins to disc.
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-write --save-dev
```

For the command line interface see [trucks-cli][].
Expand Down Expand Up @@ -55,4 +55,10 @@ Created by [mkdoc](https://github.com/mkdoc/mkdoc) on July 17, 2016
[mkparse]: https://github.com/mkdoc/mkparse
[jshint]: http://jshint.com
[jscs]: http://jscs.info
[sources]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-sources
[load]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-load
[parse]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-parse
[transform]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-transform
[generate]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-generate
[write]: https://github.com/tmpfs/trucks/blob/master/packages/plugin-write

2 changes: 1 addition & 1 deletion packages/plugin-write/doc/readme/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Install

```
npm i trucks-plugin-load --save-dev
npm i trucks-plugin-write --save-dev
```

For the command line interface see [trucks-cli][].

0 comments on commit 71f543d

Please sign in to comment.