Socket
Book a DemoInstallSign in
Socket

scriptabuild

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptabuild

The scripted CI system

0.1.47
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

scriptabuild

The scriptable build system

Configuration and first run

  • Install scriptabuild

    npm install -g scriptabuild
    
  • Create a projects.json file.

    [
    	{
    		"name": "Scriptabuild",
    		"source": {
    			"provider": "git",
    			"url": "https://github.com/scriptabuild/arjanpoc"
    		},
    		"run": [
    			"npm update",
    			"npm run ci-task"
    		]
    	}
    ]
    
  • 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"		
    }
    
  • 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

  • Clone this repository
  • 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.

Keywords

Continous

FAQs

Package last updated on 15 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.