A plugin for the Flowcore CLI to add components to a typescript codebase, see components on https://docs.flowcore.com/components/
npm install @flowcore/cli-plugin-componentFlowcore 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/



sh-session
$ 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 component add NAMEAdd a component to the project
`
USAGE
$ component add NAME [--profile ] [--path ]ARGUMENTS
NAME name
FLAGS
--profile= Specify the configuration profile to use
--path= Specify the root path to add the component to
DESCRIPTION
Add a component to the project
``_See code: src/commands/component/add.ts_