generator-tiny-ts

0.1.1 • Public • Published

generator-tiny-ts Build Status

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

/generator-tiny-ts/

    Package Sidebar

    Install

    npm i generator-tiny-ts

    Weekly Downloads

    4

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • olohmann