generator-spot
v0.1.1
Published
A Yeoman generator for Spot Frontend Application
Downloads
2
Readme
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.