generator-mean-ts
v1.0.3
Published
Pure TypeScript MEAN stack app generator
Downloads
8
Maintainers
Readme
generator-mean-ts
Pure TypeScript MEAN stack app generator
Overview
This is a Yeoman based generator which generates a mean.ts app. To know more about it you can check the official github repository.
Installation
First, install Yeoman and generator-mean-ts using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-mean-ts
Then generate your new project:
yo mean-ts
Feel free to learn more about Yeoman.
License
MIT © Hector J. Vasquez