1.0.0 • Published 7 years ago
ngk-cli v1.0.0
USAGE
ngk [type] [src] [name] [options?]
[type] - type of file. Currently supported:
c - component
m - module
s - service
d - service
[src] - path to directory where files should be created
[name] - name of class WITHOUT suffix
[options] - additional flags (see below)EXAMPLE:
This command will create class FoobarComponent in src/app/shared/foobar-component
ngk c src/app/shared/foobar-component Foobar --utOPTIONS:
--ut - create file for unit tests
1.0.0
7 years ago