The Continuous Engineering Project is an open framework that enables continuous engineering best practices through plug & play toolsets.
The Continuous Engineering API is a modular API for the Continuous Engineering Factory.
Pick the most suitable instructions for your operating system:
-
Download the
ce-api
binary archive usingcurl
and pipe (|
) the compressed archive to thetar
command:curl -L https://github.com/continuousengineeringproject/ce-api/releases/latest/download/ce-api-darwin-amd64.tar.gz | tar xzv
-
Install the
ce-api
binary by moving it to a location in your executable path using themv
command:sudo mv ce-api /usr/local/bin
-
Run
ce-api version --short
to make sure you're on the latest stable versionce-api version --short
-
Download the
ce-api
binary archive usingcurl
and pipe (|
) the compressed archive to thetar
command:curl -L https://github.com/continuousengineeringproject/ce-api/releases/latest/download/ce-api-linux-amd64.tar.gz | tar xzv
-
Install the
ce-api
binary by moving it to a location in your executable path using themv
command:sudo mv ce-api /usr/local/bin
-
Run
ce-api version --short
to make sure you're on the latest stable versionce-api version --short
Read CONTRIBUTING.md for details of all the ways you can contribute to the project.
Also read CODE_OF_CONDUCT.md for details on our code of conduct for the project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Licensed under the MIT license - see the LICENSE file for details.