0.4.3 • Published 4 years ago

buildci v0.4.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

BuildCI

BuildCI is a tool to aide developers in creating their development pipelines. It's designed to automatically download and install all dependencies a developer needs for their development environment and manage configuration files that may contain secrets.

How to install

NodeJS v12.x.x or higher must be installed, along with NPM.

To install, open a terminal and enter:

npm -g install buildci

Simple Build Example

In a new directory, create a BUILDME.json file and enter:

{
	"name": "Simple Typescript Build Example",
	"dependencies:": [
			{ "program": "node", "buildBundle": "nodejs" },
			{ "program": "tsc", "buildBundle": "typescript" }
		]
	"builds": [{
		"name": "build",
		"os": "all",
		"cmd": "tsc build ."
	}]
}

This BUILDME configuration will ensure that NodeJS and Typescript are installed if a build is started using BuildCI. To start a build using BuildCI enter into a terminal:

buildci build

If the dependencies NodeJS and Typescript are missing, they will be installed prior to doing the buildci build command.

0.4.3

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.2

4 years ago

0.3.997

5 years ago

0.3.996

5 years ago

0.3.995

5 years ago

0.3.994

5 years ago

0.3.992

5 years ago

0.3.993

5 years ago

0.3.991

5 years ago

0.3.99

5 years ago

0.3.98

5 years ago

0.3.97

5 years ago

0.3.96

5 years ago

0.3.95

5 years ago

0.3.94

5 years ago

0.3.93

5 years ago

0.3.92

5 years ago

0.3.91

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.7

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.2.89

5 years ago

0.2.88

5 years ago

0.2.87

5 years ago

0.2.86

5 years ago

0.2.85

5 years ago

0.2.84

5 years ago

0.2.83

5 years ago

0.2.82

5 years ago

0.2.71

5 years ago

0.2.81

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.3

5 years ago

0.2.4

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago