/dev-cli

A CLI tool written in Rust for management of locally dockerized projects

Primary LanguageRustMIT LicenseMIT

DEV CLI

Command Line Interface for managing the local development environments based on Docker containers.

Project

License

Getting Started

These instructions will help you install this library in your project and tell you how to use it.

Prerequisites

What things you need to install the software and how to install them

  • Rust

Installing

TODO: Describe how to install this library

Usage

TODO: Describe how to use this library

Usage (development)

cargo run -- <command>

To test the production build, create a link:

cargo build --release
ln -s $(pwd)/target/release/dev-cli /usr/local/bin/dev-cli

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and CONTRIBUTING.md for the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

All the authors can be seen in the AUTHORS.md file.

Contributors can be seen in the CONTRIBUTORS.md file.

See also the full list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Acknowledgments

A list of used libraries and code with their licenses can be seen in the ACKNOWLEDGMENTS.md file.