2.0.0 • Published 1 year ago

build.sh v2.0.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
1 year ago

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 ┘