0.1.47 • Published 7 years ago

scriptabuild v0.1.47

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

scriptabuild

The scriptable build system

Configuration and first run

  1. Install scriptabuild
    npm install -g scriptabuild
  2. Create a projects.json file.

    [
    	{
    		"name": "Scriptabuild",
    		"source": {
    			"provider": "git",
    			"url": "https://github.com/scriptabuild/arjanpoc"
    		},
    		"run": [
    			"npm update",
    			"npm run ci-task"
    		]
    	}
    ]
  3. Create a config.js file if you need other values than the default values. (Sample includes default values)

    {
    	http: {port: 80},
    	workingDirectory: "./scrab",
    	projectsConfigurationFile: "./projects.json"		
    }
  4. Run scriptabuild from that same directory. ...OR start and configure everything on the command line

    scriptabuild http.port:3001 projectsConfigurationFile:/Users/arjan/Documents/dev/scriptabuild/projects.json workingDirectory:/Users/arjan/Documents/dev/test/t1/ws1

Build Setup

  1. Clone this repository
  2. Run the server
    node server/server.js

Note: See separate README.md file in the clientapp folder for building the client app or running it while developing.

0.1.47

7 years ago

0.1.46

7 years ago

0.1.45

7 years ago

0.1.44

7 years ago

0.1.43

7 years ago

0.1.42

7 years ago

0.1.41

7 years ago

0.1.40

7 years ago

0.1.39

7 years ago

0.1.38

7 years ago

0.1.37

7 years ago

0.1.36

7 years ago

0.1.35

7 years ago

0.1.34

7 years ago

0.1.33

7 years ago

0.1.32

7 years ago

0.1.31

7 years ago

0.1.30

7 years ago

0.1.29

7 years ago

0.1.28

7 years ago

0.1.27

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.21

7 years ago

0.1.20

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago