npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

generator-riot-tag

1.3.0

@lukeed

npmHomeRepoSnykSocket
Downloads:267
$ npm install generator-riot-tag
DailyWeeklyMonthlyYearly

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