build.sh
TypeScript icon, indicating that this package has built-in type declarations

2.0.0Β β€’Β PublicΒ β€’Β Published

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

/build.sh/

    Package Sidebar

    Install

    npm i build.sh

    Weekly Downloads

    21

    Version

    2.0.0

    License

    Apache-2.0

    Unpacked Size

    1.84 MB

    Total Files

    61

    Last publish

    Collaborators

    • gabrielcsapo