๐จ run and visualize the build process
Last updated Feb 1, 2026
76
Stars
5
Forks
1
Issues
0
Stars/day
Attention Score
14
Language breakdown
TypeScript 90.0%
JavaScript 7.9%
CSS 1.9%
HTML 0.1%
โธ Files
click to expand
README
build.sh
๐จ run and visualize the build process

Getting started
For more docs please visit
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 โ๐ More in this category