1.0.4 • Published 6 years ago

create-riot-component v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Create riot component

Create a component skeleton for riot.js. Designed to be used with ES6 import syntax and SASS.

Installation

With yarn

yarn global add create-riot-component

With npm

npm install -g create-riot-component

Usage

create-riot-component [component-name]

This command would create the following directory structure:

component-name
  - component-name.tag
  - component-name.scss
  - index.js  // for importing the directory

Author

Jan Tuomi 2017

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago