0.4.3 • Published 3 years ago

buildci v0.4.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.997

4 years ago

0.3.996

4 years ago

0.3.995

4 years ago

0.3.994

4 years ago

0.3.992

4 years ago

0.3.993

4 years ago

0.3.991

4 years ago

0.3.99

4 years ago

0.3.98

4 years ago

0.3.97

4 years ago

0.3.96

4 years ago

0.3.95

4 years ago

0.3.94

4 years ago

0.3.93

4 years ago

0.3.92

4 years ago

0.3.91

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.7

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.89

4 years ago

0.2.88

4 years ago

0.2.87

4 years ago

0.2.86

4 years ago

0.2.85

4 years ago

0.2.84

4 years ago

0.2.83

4 years ago

0.2.82

4 years ago

0.2.71

4 years ago

0.2.81

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago