generator-co-ui
v0.1.0
Published
ComparaOnline Yeoman generator for the UI project
Downloads
4
Readme
generator-co-ui
Yeoman generator for ui packages
Install
yarn add --dev generator-co-ui
Usage
It requires yeoman
yo co-ui:package package-name [--author="author-name"]
It will create a directory named "ui-package-name" (note the ui-
preffix) into
the packages
directory with the following content.
ui-text-field
├── .npmignore
├── README.md
├── package.json
└── src
├── __tests__
└── index.js