1.2.0 • Published 9 months ago

@flowcore/cli-plugin-component v1.2.0

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

Flowcore CLI Plugin - Cli Plugin Component

A plugin for the Flowcore CLI to add components to a typescript codebase, see components on https://docs.flowcore.com/components/

Version oclif Build and Release

Usage

$ npm install -g @flowcore/cli-plugin-cli-plugin-component
$    COMMAND
running command...
$    (--version)
@flowcore/cli-plugin-cli-plugin-component/2.13.0 darwin-arm64 node-v20.15.0
$    --help [COMMAND]
USAGE
  $    COMMAND
...

Commands

component add NAME

Add a component to the project

USAGE
  $    component add NAME [--profile <value>] [--path <value>]

ARGUMENTS
  NAME  name

FLAGS
  --profile=<value>  Specify the configuration profile to use
  --path=<value>  Specify the root path to add the component to

DESCRIPTION
  Add a component to the project

See code: src/commands/component/add.ts