Saltearse al contenido

Add

Add an Aurora package to an existing project.

Add an Aurora package to an existing project.

USAGE
$ catalyst add SCOPE [-f] [-v]
ARGUMENTS
SCOPE (backend|frontend) Scope where the command will act.
FLAGS
-f, --force Overwrite existing files.
-v, --verbose Report all steps on screen.
DESCRIPTION
Add an Aurora package to an existing project.
EXAMPLES
$ catalyst add back
$ catalyst add front
$ catalyst add back --force

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