https://github.com/kyo504/framer-x-cli
Frame X command line tools
https://github.com/kyo504/framer-x-cli
framer framerx prototyping
Last synced: 2 months ago
JSON representation
Frame X command line tools
- Host: GitHub
- URL: https://github.com/kyo504/framer-x-cli
- Owner: kyo504
- Created: 2019-01-22T04:17:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T11:02:34.000Z (over 7 years ago)
- Last Synced: 2025-09-17T04:02:04.116Z (9 months ago)
- Topics: framer, framerx, prototyping
- Language: TypeScript
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
framer-x-cli
============
Framer X command line tools
[](https://oclif.io)
[](https://npmjs.org/package/framer-x-cli)
[](https://circleci.com/gh/kyo504/framer-x-cli/tree/master)
[](https://npmjs.org/package/framer-x-cli)
[](https://github.com/kyo504/framer-x-cli/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ 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-delete-file)
* [`framer-x-cli hello [FILE]`](#framer-x-cli-hello-file)
* [`framer-x-cli help [COMMAND]`](#framer-x-cli-help-command)
* [`framer-x-cli init [FILE]`](#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](https://github.com/kyo504/framer-x-cli/blob/v0.0.3/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](https://github.com/kyo504/framer-x-cli/blob/v0.0.3/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](https://github.com/oclif/plugin-help/blob/v2.1.4/src/commands/help.ts)_
## `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](https://github.com/kyo504/framer-x-cli/blob/v0.0.3/src/commands/init.ts)_