1.0.0 • Published 6 years ago

ngk-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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 --ut

OPTIONS:

--ut - create file for unit tests