floy

0.1.0 • Public • Published

floy

commands flow executer

Installation

npm install -g floy

Usage

  • Workflow configuration
    # workflow.yml
    title: floy-demo
    version: 1.0.0
    workflows:
      greeting:
        - echo Welcome to floy!
      get_node_version:
        - node -v
      waiting_3s:
        - sleep 3
      clone_floy:
        - git clone https://github.com/leegeunhyeok/floy.git
        - cd floy
      download_dependencies:
        - npm install
      finish:
        - echo Done
    • title (optional)
    • version (optional)
    • workflows (required)
      • task name with commands
  • Run scripts via floy
    floy -f workflow.yml

preview

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i floy

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

459 kB

Total Files

9

Last publish

Collaborators

  • ghlee