generator-mean-ts

Pure TypeScript MEAN stack app generator

Usage no npm install needed!

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

README

generator-mean-ts

NPM version Build Status Dependency Status

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