- Clone it on the same folder that your Angular project is located.
npm i
npm build
- Move to your Angular project path.
- Reference the schematics:
- Windows:
npm link ..\angular-seed-schematics\
- Linux/MacOS:
npm link ..\angular-seed-schematics\
- Windows:
- Generate a modulated component:
ng g seed:seed --name="foo-component"