0.1.0 • Published 6 years ago

generator-co-ui v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-co-ui

Yeoman generator for ui packages

npm

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
0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago