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

ContinuousEngineeringProject/ce-lib

Repository files navigation

Continuous Engineering Library

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

The Continuous Engineering Project is an open source framework that enables continuous engineering best practices through plug & play toolsets.

The Continuous Engineering Library, ce-lib, is a library used by the Continuous Engineering Factory.

Installation

go-github is compatible with modern Go releases in module mode, with Go installed:

go get github.com/ContinuousEngineeringProject/ce-lib

will resolve and add the package to the current development module, along with its dependencies.

Alternatively the same can be achieved if you use import in a package:

import "github.com/ContinuousEngineeringProject/ce-lib"

and run go get without parameters.

Finally, to use the top-of-trunk version of this repo, use the following command:

go get github.com/ContinuousEngineeringProject/ce-lib@master

Usage

import "github.com/ContinuousEngineeringProject/ce-lib"

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 common library for the continuous engineering factory

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published