An open API service indexing awesome lists of open source software.

https://github.com/matteospanio/cdev-cli

CLI application to easily handle docker for a C development environment.
https://github.com/matteospanio/cdev-cli

c docker linux unipd-dei

Last synced: 4 months ago
JSON representation

CLI application to easily handle docker for a C development environment.

Awesome Lists containing this project

README

        

# cdev-cli

![Hello C](https://img.shields.io/badge/Course-Introduction%20to%20C-blue)
![MIT License](https://img.shields.io/badge/License-MIT-green)

A command-line script that facilitates using a docker container to learn C development.

## Requirements

- [Docker](https://www.docker.com/)

## Getting Started

### Installation

The easiest way to install `cdev-cli` is to use `pip`:

```bash
pip install cdev-cli
```

### Usage

```bash
cdev-cli --help
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.