Giter Site home page Giter Site logo

useflyyer / flyyer-cli Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 2.46 MB

Command-line interface to develop dynamic og:images via https://flyyer.io | Generate social share images with web technologies

Home Page: https://flyyer.io

JavaScript 1.10% Batchfile 0.07% TypeScript 98.84%
cli typescript image-generator open-graph twitter-cards social-preview flyyer

flyyer-cli's Introduction

@flyyer/cli

Flyyer CLI

๐Ÿ“š Please read the documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli

๐Ÿ‘‰ To start a new project use create-flyyer-app checkout our Getting Started guide.

oclif Version Downloads/week

Usage

$ npm install -g @flyyer/cli
$ flyyer COMMAND
running command...
$ flyyer (-v|--version|version)
@flyyer/cli/2.0.2 darwin-x64 node-v16.4.2
$ flyyer --help [COMMAND]
USAGE
  $ flyyer COMMAND
...

Commands

flyyer build [DIRECTORY]

Build Flyyer project for production.

USAGE
  $ flyyer build [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Root directory where flyyer.config.js and the /templates directory is located.

OPTIONS
  -c, --config=config  [default: flyyer.config.js] Relative path to flyyer.config.js
  -h, --help           show CLI help

DESCRIPTION
  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-build

EXAMPLES
  $ flyyer build
  $ flyyer build --help

See code: src/commands/build.ts

flyyer deploy [DIRECTORY]

Deploy your Flyyer templates (remember to execute 'build' before running this command)

USAGE
  $ flyyer deploy [DIRECTORY]

ARGUMENTS
  DIRECTORY  [default: .] Root directory where flyyer.config.js and the /templates directory is located.

OPTIONS
  -c, --config=config  [default: flyyer.config.js] Relative path to flyyer.config.js
  -h, --help           show CLI help
  --dry                Do everything but don't upload nor update deck

DESCRIPTION
  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-deploy

EXAMPLES
  $ flyyer deploy
  $ flyyer deploy src
  $ flyyer deploy --config flyyer.config.staging.js
  $ flyyer deploy --help

See code: src/commands/deploy.ts

flyyer help [COMMAND]

display help for flyyer

USAGE
  $ flyyer help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

flyyer start

This command starts a development server using Parcel.js by default at http://localhost:7777

USAGE
  $ flyyer start

OPTIONS
  -H, --host=host        [default: localhost]
  -h, --help             show CLI help
  -p, --port=port        [default: 7777]
  --browser=(auto|none)  [default: auto]
  --https

DESCRIPTION
  See online documentation here: https://docs.flyyer.io/docs/cli/flyyer-cli#flyyer-start

EXAMPLES
  $ flyyer start
  $ flyyer start -p 8000
  $ flyyer start -p 8000 -H 0.0.0.0 --browser=none
  $ flyyer start --help

See code: src/commands/start.ts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.