framer-x-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

framer-x-cli

Framer X command line tools

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g framer-x-cli
$ framer-x-cli COMMAND
running command...
$ framer-x-cli (-v|--version|version)
framer-x-cli/0.0.4 darwin-x64 node-v10.15.0
$ framer-x-cli --help [COMMAND]
USAGE
  $ framer-x-cli COMMAND
...

Commands

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

Readme

Keywords

Package Sidebar

Install

npm i framer-x-cli

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

9.72 kB

Total Files

13

Last publish

Collaborators

  • kyo504