hongaar / oneci

🧩 OneCI specification & tools (in development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This repository is no longer maintained 😢

If you're interested in this project, send me a message! ✉️

oneci

Commitizen friendly

OneCI specification & tools (in development)

help wanted

goal

The goal of this project is to create a vendor agnostic configuration format for CI/CD runners to make it easier for projects to switch platforms, and tooling around it.

spec

The to be developed OneCI specification would incorporate common features from various CI vendors, like steps, conditions, environments, matrix expansion, deployment, etc.

adapters

Various adapters could be developed for conversion to/from the OneCI spec to platform specific formats to make migrations easy.

packages

In order to help adopt the specs, various tools could be created alongside the spec in a monorepo containing these packages:

  • spec: the spec itself as markdown doc and json-schema (or typescript or some other convenient interface)
  • adapter-*: adapters for various ci platforms
  • core: functions to validate and convert a configuration object into other formats
  • cli: wrapper around the core for command line usage
  • web: wrapper around the core for web usage

list of ci platforms

There are many, but let's start with:

  • Travis
  • AppVeyor
  • GitLab runner
  • Bitbucket Pipelines
  • CircleCI
  • Drone

About

🧩 OneCI specification & tools (in development)

License:MIT License


Languages

Language:TypeScript 67.6%Language:JavaScript 31.2%Language:CSS 0.7%Language:Dockerfile 0.4%Language:Batchfile 0.1%