Sign inSign up

chillibits/ccom

By chillibits

Updated over 1 year ago

Compiler for the CCom (Conditional Comments) language

Image
0

4.5K

chillibits/ccom repository overview

CCom Logo

CCom language

Compiler for the CCom (Conditional Comments) language.

Note: This language is part of the Compose Generator project, but also can be used independently.

Documentation

Please visit the documentation at ccom.compose-generator.com.

Usage

You can use CCom by directly installing it on your Docker host system or by generating your compose file with the CCom Docker container on the fly.

Install CCom

For installation instructions for Linux, Windows, etc., please visit the installation guide.

QuickStart with Docker

Linux:

$ docker run --rm -it -v $(pwd):/ccom/out chillibits/ccom

Windows:

$ docker run --rm -it -v ${pwd}:/ccom/out chillibits/ccom

Note: This command does not work with Windows CMD command line. Please use Windows PowerShell instead.

Contribute otherwise to the project

If you want to contribute to this project, please ensure you comply with the contribution guidelines.

© Marc Auberer 2021-2022

Tag summary

Content type

Image

Digest

sha256:f7d43445d

Size

6.5 MB

Last updated

over 1 year ago

docker pull chillibits/ccom