Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 697 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 697 Bytes

build.sh

🔨 run and visualize the build process

successfully built pipeline

Getting started

For more docs please visit https://gabrielcsapo.github.io/build.sh/

Installation

npm install build.sh -g

Setup

Add a build.yml file to your repo

env:
  - {key}={value}
pipeline:
  {key}:
    - {command}
    - {command}

Run

Run build in your repo and wait for the output

 ┬ build         ┬ ─ ┬ test         ┬ ─  ┬ docs                        ┬ ─
 ├ npm run build ┤   ├ npm run test ┤    └ cd website && npm run build ┘
 └ npm run lint  ┘   └ npm run pack ┘