generator-ng-itobuz

0.0.14 • Public • Published

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

Package Sidebar

Install

npm i generator-ng-itobuz

Homepage

itobuz.com

Weekly Downloads

1

Version

0.0.14

License

Apache-2.0

Unpacked Size

11.5 kB

Total Files

6

Last publish

Collaborators

  • developer.prosenjit
  • itobuz
  • itobuztech
  • prosenjit-itobuz