0.9.1 • Published 8 years ago
generator-unional v0.9.1
generator-unional

Yeoman generator for unional-style project
Installation
# Install yeoman globally if not already done so
npm install -g yo
npm install generator-pan
Generate new project
# IMPORTANT! Create the repository <appname> on github
# Then under your github username/orgname folder (e.g. e:\Users\unional\github\unional)
# Supply <orgname> if you want to override, if not will use the current folder (`unional`) as orgname
yo unional [<orgname>/]<appname>
# start working
cd <appname>
code .
npm run watch
License
MIT © unional
TODO
- Enable
noImplicitAny
ifts@2.1
infer types works well for basic use cases. - add validation to
preversion
andprepublishOnly
that the current branch can only bemaster