0.1.1 • Published 3 years ago

generator-spot v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Generator spot

A yeoman generator for spot frontend application

Installation

If Yeoman is not installed globally then do it:

npm -g yo

Install generator-spot

npm -g i generator-spot

Usage

Generate component

To generate a component:

yo spot:component <componentname>

Where componentname must be in camel case.

You may be prompted with a message of conflict in src/components/index.ts type y and don't worry.

0.1.1

3 years ago

0.1.0

3 years ago