1.0.0-CSE-1851-front-end-cli-tulio.1 • Published 9 months ago

@tul/tulio-frontend v1.0.0-CSE-1851-front-end-cli-tulio.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @tul/tulio-frontend
$ tulio-frontend COMMAND
running command...
$ tulio-frontend (--version)
@tul/tulio-frontend/1.0.0-CSE-1851-front-end-cli-tulio.2 linux-x64 node-v16.15.1
$ tulio-frontend --help [COMMAND]
USAGE
  $ tulio-frontend COMMAND
...

Commands

tulio-frontend help [COMMANDS]

Display help for tulio-frontend.

USAGE
  $ tulio-frontend help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for tulio-frontend.

See code: @oclif/plugin-help

tulio-frontend init-project

Initialize an Angular project with all the tools to start developing

USAGE
  $ tulio-frontend init-project [--commitlint] [--tulForms] [--tulNzTable] [--gitCz] [--pipeline] [--commit]

FLAGS
  --commit      add commit by Tulio
  --commitlint  add commitlint and husky into project
  --gitCz       add git-cz library into project
  --pipeline    add bitbucket-pipelines.yml into project
  --tulForms    add @tul/forms library into project
  --tulNzTable  add @tul/nz-table library into project

DESCRIPTION
  Initialize an Angular project with all the tools to start developing

EXAMPLES
  $ tulio-frontend init-project