{"id":20206552,"url":"https://github.com/useflyyer/flyyer-cli","last_synced_at":"2025-04-10T12:33:02.514Z","repository":{"id":38426673,"uuid":"275660092","full_name":"useflyyer/flyyer-cli","owner":"useflyyer","description":"Command-line interface to develop dynamic og:images via https://flyyer.io | Generate social share images with web technologies","archived":false,"fork":false,"pushed_at":"2023-03-05T07:49:13.000Z","size":2514,"stargazers_count":10,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T22:56:44.072Z","etag":null,"topics":["cli","flyyer","image-generator","open-graph","social-preview","twitter-cards","typescript"],"latest_commit_sha":null,"homepage":"https://flyyer.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/useflyyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-28T20:08:39.000Z","updated_at":"2023-10-27T20:58:27.000Z","dependencies_parsed_at":"2023-07-17T08:44:49.939Z","dependency_job_id":"cec00e66-644f-4f11-947c-0f08ab48482b","html_url":"https://github.com/useflyyer/flyyer-cli","commit_stats":{"total_commits":156,"total_committers":3,"mean_commits":52.0,"dds":0.04487179487179482,"last_synced_commit":"7fd9e05f0d417089654cb73408d79e2839a78420"},"previous_names":["flayyer/flayyer-cli"],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/useflyyer","download_url":"https://codeload.github.com/useflyyer/flyyer-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217124,"owners_count":21066633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","flyyer","image-generator","open-graph","social-preview","twitter-cards","typescript"],"created_at":"2024-11-14T05:24:47.971Z","updated_at":"2025-04-10T12:33:02.471Z","avatar_url":"https://github.com/useflyyer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"@flyyer/cli\n===========\n\n**Flyyer CLI**\n\n📚 Please read the documentation here: [https://docs.flyyer.io/docs/cli/flyyer-cli](https://docs.flyyer.io/docs/cli/flyyer-cli)\n\n👉 To start a new project use [`create-flyyer-app`](https://github.com/useflyyer/create-flyyer-app) checkout our [Getting Started guide](https://docs.flyyer.io/docs/).\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/@flyyer/cli.svg)](https://npmjs.org/package/@flyyer/cli)\n[![Downloads/week](https://img.shields.io/npm/dw/@flyyer/cli.svg)](https://npmjs.org/package/@flyyer/cli)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g @flyyer/cli\n$ flyyer COMMAND\nrunning command...\n$ flyyer (-v|--version|version)\n@flyyer/cli/2.0.2 darwin-x64 node-v16.4.2\n$ flyyer --help [COMMAND]\nUSAGE\n  $ flyyer COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`flyyer build [DIRECTORY]`](#flyyer-build-directory)\n* [`flyyer deploy [DIRECTORY]`](#flyyer-deploy-directory)\n* [`flyyer help [COMMAND]`](#flyyer-help-command)\n* [`flyyer start`](#flyyer-start)\n\n## `flyyer build [DIRECTORY]`\n\nBuild Flyyer project for production.\n\n```\nUSAGE\n  $ flyyer build [DIRECTORY]\n\nARGUMENTS\n  DIRECTORY  [default: .] Root directory where flyyer.config.js and the /templates directory is located.\n\nOPTIONS\n  -c, --config=config  [default: flyyer.config.js] Relative path to flyyer.config.js\n  -h, --help           show CLI help\n\nDESCRIPTION\n  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-build\n\nEXAMPLES\n  $ flyyer build\n  $ flyyer build --help\n```\n\n_See code: [src/commands/build.ts](https://github.com/useflyyer/flyyer-cli/blob/v2.0.2/src/commands/build.ts)_\n\n## `flyyer deploy [DIRECTORY]`\n\nDeploy your Flyyer templates (remember to execute 'build' before running this command)\n\n```\nUSAGE\n  $ flyyer deploy [DIRECTORY]\n\nARGUMENTS\n  DIRECTORY  [default: .] Root directory where flyyer.config.js and the /templates directory is located.\n\nOPTIONS\n  -c, --config=config  [default: flyyer.config.js] Relative path to flyyer.config.js\n  -h, --help           show CLI help\n  --dry                Do everything but don't upload nor update deck\n\nDESCRIPTION\n  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-deploy\n\nEXAMPLES\n  $ flyyer deploy\n  $ flyyer deploy src\n  $ flyyer deploy --config flyyer.config.staging.js\n  $ flyyer deploy --help\n```\n\n_See code: [src/commands/deploy.ts](https://github.com/useflyyer/flyyer-cli/blob/v2.0.2/src/commands/deploy.ts)_\n\n## `flyyer help [COMMAND]`\n\ndisplay help for flyyer\n\n```\nUSAGE\n  $ flyyer help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_\n\n## `flyyer start`\n\nThis command starts a development server using Parcel.js by default at http://localhost:7777\n\n```\nUSAGE\n  $ flyyer start\n\nOPTIONS\n  -H, --host=host        [default: localhost]\n  -h, --help             show CLI help\n  -p, --port=port        [default: 7777]\n  --browser=(auto|none)  [default: auto]\n  --https\n\nDESCRIPTION\n  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-start\n\nEXAMPLES\n  $ flyyer start\n  $ flyyer start -p 8000\n  $ flyyer start -p 8000 -H 0.0.0.0 --browser=none\n  $ flyyer start --help\n```\n\n_See code: [src/commands/start.ts](https://github.com/useflyyer/flyyer-cli/blob/v2.0.2/src/commands/start.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseflyyer%2Fflyyer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseflyyer%2Fflyyer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseflyyer%2Fflyyer-cli/lists"}