Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
feat(package): Update name, version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Feb 2, 2018
1 parent 5c6e4f4 commit cba8c15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![license](https://img.shields.io/github/license/pattern-lab/starterkit-mustache-demo.svg)
![current release](https://img.shields.io/npm/v/@pattern-lab/starterkit-mustache-demo.svg)
[![Packagist](https://img.shields.io/packagist/v/pattern-lab/starterkit-mustache-demo.svg)](https://packagist.org/packages/pattern-lab/starterkit-mustache-demo) [![Gitter](https://img.shields.io/gitter/room/pattern-lab/php.svg)](https://gitter.im/pattern-lab/php)

# Demo StarterKit for Mustache
Expand All @@ -9,15 +10,17 @@ The Demo StarterKit for Mustache is meant to show off some of the capabilities o

The Demo StarterKit for Mustache requires the following PatternEngine:

* `pattern-lab/patternengine-mustache`: [documentation](https://github.com/pattern-lab/patternengine-php-mustache#mustache-patternengine-for-pattern-lab), [GitHub](https://github.com/pattern-lab/patternengine-php-mustache), [Packagist](https://packagist.org/packages/pattern-lab/patternengine-mustache)
Node:

## Install
* `@pattern-lab/patternengine-node-mustache`: [npm](https://www.npmjs.com/package/@pattern-lab/patternengine-node-mustache), [Github](https://github.com/pattern-lab/patternengine-node-mustache)

This StarterKit can be installed via one of the following commands:
PHP:

php core/console --starterkit --install pattern-lab/starterkit-mustache-demo
* `pattern-lab/patternengine-mustache`: [documentation](https://github.com/pattern-lab/patternengine-php-mustache#mustache-patternengine-for-pattern-lab), [GitHub](https://github.com/pattern-lab/patternengine-php-mustache), [Packagist](https://packagist.org/packages/pattern-lab/patternengine-mustache)

## Install

It is recommended that you **do not** install this StarterKit as a dependency for your Pattern Lab project via Composer.
[Installation Instructions](http://patternlab.io/docs/advanced-starterkits.html)

## Edit Files

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starterkit-mustache-demo",
"version": "4.0.2",
"name": "@pattern-lab/starterkit-mustache-demo",
"version": "4.0.3",
"description": "The Mustache-based demo StarterKit for Pattern Lab.",
"main": "README.md",
"repository": {
Expand Down

0 comments on commit cba8c15

Please sign in to comment.