@firenet-designs/fnd-cli
v1.1.1
Published
A new CLI generated with oclif
Readme
fnd
A new CLI generated with oclif
Usage
$ npm install -g @firenet-designs/fnd-cli
$ fnd-cli COMMAND
running command...
$ fnd-cli (--version)
@firenet-designs/fnd-cli/1.1.1 darwin-x64 node-v24.12.0
$ fnd-cli --help [COMMAND]
USAGE
$ fnd-cli COMMAND
...Commands
fnd-cli create-app
sets up a preconfigued vite app directory on for a shopify theme
USAGE
$ fnd-cli create-app [-d <value>] [-s]
FLAGS
-d, --dir=<value> [default: src] directory to create the vite app in
-s, --skip-check skips the checking of the parent directory for a shopify theme
DESCRIPTION
sets up a preconfigued vite app directory on for a shopify theme
EXAMPLES
$ fnd-cli create-appSee code: src/commands/create-app.ts
fnd-cli help [COMMAND]
Display help for fnd-cli.
USAGE
$ fnd-cli help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for fnd-cli.See code: @oclif/plugin-help
