Skip to content

gabrielcsapo/build.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 β”˜