generator-ng4ts

First, install Yeoman and generator-ng4ts using npm (we assume you have pre-installed node.js).

Usage no npm install needed!

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

README

ng4ts | generator-ng4ts

Installation

First, install Yeoman and generator-ng4ts using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ng4ts

Then generate your new project:

yo ng4ts
  • To start the application just hit:
$ npm start
  • To build the app run:
// just build
$ npm run build

// build and check run application
$ npm run build:serve
  • Just check run application after build:
$ npm run serve:dist

Available blueprints:

yo ng4ts:component [name]
yo ng4ts:directive [name]
yo ng4ts:filter [name]
yo ng4ts:service [name]

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Yan He