0.9.1 • Published 8 years ago

generator-unional v0.9.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-unional NPM version Build Status Dependency Status Coverage percentage

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 if ts@2.1 infer types works well for basic use cases.
  • add validation to preversion and prepublishOnly that the current branch can only be master
0.9.1

8 years ago

0.9.0

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago