generator-unional

0.9.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-unional

Weekly Downloads

1

Version

0.9.1

License

MIT

Last publish

Collaborators

  • unional