Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

ContinuousEngineeringProject/ce-api

Repository files navigation

Continuous Engineering API

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.

License Conventional Commits DepShield Badge GoReport GoDoc GitHub release Slack Status Quality Gate Status

Installation

Pick the most suitable instructions for your operating system:

macOS

  1. Download the ce-api binary archive using curl and pipe (|) the compressed archive to the tar command:

    curl -L https://github.com/continuousengineeringproject/ce-api/releases/latest/download/ce-api-darwin-amd64.tar.gz | tar xzv 
  2. Install the ce-api binary by moving it to a location in your executable path using the mv command:

    sudo mv ce-api /usr/local/bin
  3. Run ce-api version --short to make sure you're on the latest stable version

    ce-api version --short

Linux

  1. Download the ce-api binary archive using curl and pipe (|) the compressed archive to the tar command:

    curl -L https://github.com/continuousengineeringproject/ce-api/releases/latest/download/ce-api-linux-amd64.tar.gz | tar xzv 
  2. Install the ce-api binary by moving it to a location in your executable path using the mv command:

    sudo mv ce-api /usr/local/bin
  3. Run ce-api version --short to make sure you're on the latest stable version

    ce-api version --short

Contributing

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

Licensed under the MIT license - see the LICENSE file for details.

About

A simple API for the continuous engineering factory

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published