@microtica/generator-microtica-component
v5.7.2
Published
Microtica component scaffolding
Downloads
12
Maintainers
Readme
1. Install Yeoman as a global module
sudo npm install -g yo
2. Install Microtica component generator
- execute
sudo npm install -g @microtica/generator-microtica-component
3. Scaffold new component
- goto the root folder where you want to place the component. Component folder will be automatically created
- execute
yo @microtica/microtica-component
NOTE: After creating the project structure, node modules will be automatically installed and automated tests will be executed.
Known issues
- broken Coverage summary
=================== Coverage summary ===================
Statements : Unknown% ( 0/0 )
Branches : Unknown% ( 0/0 )
Functions : Unknown% ( 0/0 )
Lines : Unknown% ( 0/0 )
========================================================