Skip to content

Commit

Permalink
chore(README): standardize content
Browse files Browse the repository at this point in the history
part of #815
  • Loading branch information
bmuenzenmeyer committed Mar 10, 2018
1 parent 09d59c4 commit 020c9e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions packages/edition-node-gulp/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
![Pattern Lab Logo](/patternlab.png "Pattern Lab Logo")
![Pattern Lab Logo](https://github.com/pattern-lab/patternlab-node/raw/master/patternlab.png 'Pattern Lab Logo')

![current release](https://img.shields.io/npm/v/@pattern-lab/edition-node-gulp.svg)
![license](https://img.shields.io/github/license/pattern-lab/edition-node-gulp.svg) [![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg) [![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)

# Pattern Lab Node - Gulp Edition

The Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core)), the default PatternEngine, and supporting frontend assets.

[Online Demo of Pattern Lab Output](http://demo.patternlab.io/)

## Packaged Components

This Edition comes with the following components:
Expand All @@ -31,19 +33,19 @@ This edition comes pre-packaged with a couple simple gulp tasks. Extend them as

**build** patterns, copy assets, and construct ui

``` bash
```bash
gulp patternlab:build
```

build patterns, copy assets, and construct ui, watch source files, and **serve** locally

``` bash
```bash
gulp patternlab:serve
```

logs Pattern Lab Node usage and **help** content

``` bash
```bash
gulp patternlab:help
```

Expand Down
8 changes: 4 additions & 4 deletions packages/edition-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Pattern Lab Logo](https://github.com/pattern-lab/patternlab-node/raw/master/patternlab.png 'Pattern Lab Logo')
![current release](https://img.shields.io/npm/v/@pattern-lab/edition-node.svg)
![license](https://img.shields.io/github/license/pattern-lab/edition-node.svg)
![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg)
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)

# Pattern Lab - Node Edition
Expand Down Expand Up @@ -33,19 +33,19 @@ This edition comes pre-packaged with a couple simple scripts. Extend them as nee

**build** patterns, copy assets, and construct ui

``` bash
```bash
npm run build
```

build patterns, copy assets, and construct ui, watch source files, and **serve** locally

``` bash
```bash
npm run serve
```

logs Pattern Lab Node usage and **help** content

``` bash
```bash
npm run help
```

Expand Down

0 comments on commit 020c9e6

Please sign in to comment.