Categorygithub.com/ContinuousEngineeringProject/ce-lib
module
0.0.0-20211231125509-d88fcc9d4777
Repository: https://github.com/continuousengineeringproject/ce-lib.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author