Hugoer / angular-seed-schematics

Schematics for "angular-seed" project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

  1. Clone it on the same folder that your Angular project is located.
  2. npm i
  3. npm build

Using it

  1. Move to your Angular project path.
  2. Reference the schematics:
    • Windows: npm link ..\angular-seed-schematics\
    • Linux/MacOS: npm link ..\angular-seed-schematics\
  3. Generate a modulated component: ng g seed:seed --name="foo-component"

About

Schematics for "angular-seed" project


Languages

Language:TypeScript 98.8%Language:HTML 1.2%