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.
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
import "github.com/ContinuousEngineeringProject/ce-lib"
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.