Webinterface for your builders/bundlers (e.g. Webpack, Parcel, Rollup, Gulp, etc.).
Builly starts a webinterface on port 3000 (default) and allows you to start and stop any yarn
or npm
command on any directory on your machine.
- Clone this repo
- Install dependencies (
yarn
||npm
) - Copy example.builders.json to builders.json and edit to your liking, read below for options
- Run
yarn start
ornpm run start
- Go to
yourip:3000
and see the result
Builly spawns child processes on your machine with commands you provide in your builders.json file. If your builders yarn
or npm
command is rm -rf *
or anything malicious, thy will be done.