Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Jan 20, 2020
1 parent 1aa30be commit 9a16185
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Dockma CLI [WIP]

Level up your docker-compose game!
Level up your docker-compose game during development!

- No more navigating to your docker-compose file
- Create service host definitions dynamically whether they run in docker or locally
- Launch your defined services with an interactive CLI
- Switch between your docker(-compose) based projects
- Add custom commands by writing your own scripts

## Install

### macOS

### Linux

### Windows

## Setup

## Usage

## Commands

## Scripts

## Contribute

## TODOs

- write unit tests
- use Bats for system tests (https://github.com/sstephenson/bats)

0 comments on commit 9a16185

Please sign in to comment.