Skip to content

Hugoer/angular-seed-schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published