generator-riot-tag

Quickly generate reusable Riot tag components

Usage no npm install needed!

<script type="module">
  import generatorRiotTag from 'https://cdn.skypack.dev/generator-riot-tag';
</script>

README

generator-riot-tag NPM version Build Status Dependency Status

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