generator-toba
v2.1.4
Published
Yeoman Generator for Toba TypeScript modules
Downloads
52
Readme
Yeoman generator for Toba TypeScript modules with standard linting, tsconfig
, testing, licensing and packaging.
Usage
Install Yeoman and the Toba Generator
npm install -g yo generator-toba
Or just upgrade to the latest versions
npm -g update
Then run the generator inside a new module folder
yo toba
or
yo toba:stencil
Development
From within the repository
npm link