Framer X command line tools
$ 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
...
framer-x-cli delete [FILE]
framer-x-cli hello [FILE]
framer-x-cli help [COMMAND]
framer-x-cli init [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
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
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
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