generator-tiny-ts
v0.1.1
Published
A tiny Yeoman generator for TypeScript client projects.
Downloads
5
Maintainers
Readme
generator-tiny-ts
A tiny Yeoman generator for TypeScript client projects.
Getting Started
Installation
npm install -g tsd
npm install -g typescript
npm install -g bower
npm install -g yo
npm install -g generator-tiny-ts
You need to install tsd, bower and typescript as globals since the tiny-ts generator toolchain relies on it.
Scaffold an App
mkdir app
cd app
yo tiny-ts
Gulp Tasks
The gulpfile has a built-in help page that lists all the tasks and provides a short description:
gulp help
Getting To Know Yeoman
Read the complete Getting Started Guide.
License
MIT © Oliver Lohmann