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 ┘