scriptabuild
The scriptable build system
Configuration and first run
-
Install scriptabuild
npm install -g scriptabuild -
Create a
projects.json
file. -
Create a
config.js
file if you need other values than the default values. (Sample includes default values) -
Run
scriptabuild
from that same directory. ...OR start and configure everything on the command linescriptabuild http.port:3001 projectsConfigurationFile:/Users/arjan/Documents/dev/scriptabuild/projects.json workingDirectory:/Users/arjan/Documents/dev/test/t1/ws1
Build Setup
- Clone this repository
- Run the servernode server/server.js
Note: See separate README.md file in the clientapp
folder for building the client app or running it while developing.