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.
- Host: GitHub
- URL: https://github.com/matteospanio/cdev-cli
- Owner: matteospanio
- License: mit
- Created: 2024-03-06T22:34:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-08T09:21:19.000Z (over 1 year ago)
- Last Synced: 2025-02-03T18:56:00.869Z (4 months ago)
- Topics: c, docker, linux, unipd-dei
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# cdev-cli

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.