framer-x-cli
v0.0.4
Published
Framer X command line tools
Downloads
1
Readme
framer-x-cli
Framer X command line tools
Usage
$ npm install -g framer-x-cli
$ framer-x-cli COMMAND
running command...
$ framer-x-cli (-v|--version|version)
framer-x-cli/0.0.3 darwin-x64 node-v10.15.0
$ framer-x-cli --help [COMMAND]
USAGE
$ framer-x-cli COMMAND
...
Commands
framer-x-cli delete [FILE]
framer-x-cli hello [FILE]
framer-x-cli help [COMMAND]
framer-x-cli init [FILE]
framer-x-cli delete [FILE]
describe the command here
USAGE
$ framer-x-cli delete [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/delete.ts
framer-x-cli hello [FILE]
describe the command here
USAGE
$ framer-x-cli hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ framer-x-cli hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
framer-x-cli help [COMMAND]
display help for framer-x-cli
USAGE
$ framer-x-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
framer-x-cli init [FILE]
describe the command here
USAGE
$ framer-x-cli init [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/init.ts