Link Search Menu Expand Document (external link)

kc new

Feature

Create new project based on the angular/nodejs template

Usage

$ kc new <project-name> [options]
$ kc n <project-name> [options]

Arguments

Argument Description Type Required
<project-name> name of the new project string true

Options

Option Description
--back -b generate only the nodejs part
--front -f generate only the angular part

Example

$ kc new my-awesome-project