0.1.1 • Published 4 years ago
generator-spot v0.1.1
Generator spot
A yeoman generator for spot frontend application
Installation
If Yeoman is not installed globally then do it:
npm -g yoInstall generator-spot
npm -g i generator-spotUsage
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.