0.0.14 • Published 6 years ago

generator-ng-itobuz v0.0.14

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

Why again this generator

Angular cli have lot of predifined options. Still every time we have expence lot of time only for setup! We follow some common setup structure and have some new dev dependecies.

We decide to make new generator that minimize project setup time.

Installation

Suported angular version

This app supported upto angular 6. It's not supported old angular version.

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

npm install -g yo
npm install -g generator-ng-itobuz
npm install -g @angular/cli
npm install -g yarn

Update angular cli global config: ng set --global packageManager=yarn

Then generate your new project:

yo ng-itobuz

Features

  • Pick options from list for new project generate. Available options:
    • style: scss
    • routing
    • prefix: custom prefix
  • home route generate
  • interceptor generate
  • jest test setup with puppeteer
0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago