JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q65658F
  • License Apache-2.0

🔨 run and visualize the build process

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (build.sh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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 ┘