generator-tiny-ts

A tiny Yeoman generator for TypeScript client projects.

Usage no npm install needed!

<script type="module">
  import generatorTinyTs from 'https://cdn.skypack.dev/generator-tiny-ts';
</script>

README

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