Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 400 Bytes

File metadata and controls

13 lines (10 loc) · 400 Bytes

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"