generator-riot-tag
v1.3.0
Published
Quickly generate reusable Riot tag components
Downloads
4
Maintainers
Readme
generator-riot-tag
Quickly generate reusable Riot tag components
Installation
First, install Yeoman and generator-riot-tag using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-riot-tag
Then generate your new project:
Note: Yeoman will write files to the current directory!
mkdir my-new-tag && cd $_
yo riot-tag
License
MIT © Luke Edwards