New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc