Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

generate

Kristiqn Tachev edited this page Jun 5, 2019 · 3 revisions

gapi generate

Overview

gapi generate [name] generates the specified schematic

Available Schematics:

  • controller
  • type
  • directive
  • guard
  • module
  • provide
  • service
  • application

Options

--dry-run (alias: -d)

--force (alias: -f)

Configuration

Default configuration can be set inside gapi-cli.conf.yml

config:
  schematics:
    name: @rxdi/schematics
    dryRun: false
    force: false
Clone this wiki locally