All Projects → oslabs-beta → Dockerlocal

oslabs-beta / Dockerlocal

Licence: mit
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Dockerlocal

Crc
Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes
Stars: ✭ 676 (+356.76%)
Mutual labels:  development-tools
React Builder
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.
Stars: ✭ 82 (-44.59%)
Mutual labels:  development-tools
Inquest
Inquest lets you add log statements to python without restarting your python instance. It helps you quickly uncover what is going wrong.
Stars: ✭ 130 (-12.16%)
Mutual labels:  development-tools
Mailslurper
Local, web-based mail server application. Slurp mails into oblivion!
Stars: ✭ 920 (+521.62%)
Mutual labels:  development-tools
Docker Swarm Gui
📦 Docker Swarm GUI. A tiny tool to help you to visualize the state of your Docker swarm.
Stars: ✭ 61 (-58.78%)
Mutual labels:  gui-application
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+741.89%)
Mutual labels:  development-tools
Torus Cli
A secure, shared workspace for secrets
Stars: ✭ 611 (+312.84%)
Mutual labels:  development-tools
Dev List
A BADASS list for faster Web Development!
Stars: ✭ 145 (-2.03%)
Mutual labels:  development-tools
Bosco
A microservice helper
Stars: ✭ 63 (-57.43%)
Mutual labels:  development-tools
Cemui
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (-20.27%)
Mutual labels:  gui-application
Repotools
Short names, big time savings – a collection of commands for the git operations you perform most often
Stars: ✭ 24 (-83.78%)
Mutual labels:  development-tools
Certify
SSL Certificate Manager UI for Windows, powered by Let's Encrypt. Download from certifytheweb.com
Stars: ✭ 1,075 (+626.35%)
Mutual labels:  gui-application
Miraql
GraphQL performance monitoring & error-handling tool
Stars: ✭ 97 (-34.46%)
Mutual labels:  gui-application
Compressonator
Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
Stars: ✭ 785 (+430.41%)
Mutual labels:  gui-application
Cargo Husky
Setup Git hooks automatically for cargo projects with 🐶
Stars: ✭ 141 (-4.73%)
Mutual labels:  development-tools
Fast
The adaptive interface system for modern web experiences.
Stars: ✭ 6,532 (+4313.51%)
Mutual labels:  development-tools
Stayswifty
This is the place where iOS developer can get the most recent and helpful information. Have fun!
Stars: ✭ 82 (-44.59%)
Mutual labels:  development-tools
Nugetpackageexplorer
Create, update and deploy Nuget Packages with a GUI
Stars: ✭ 1,953 (+1219.59%)
Mutual labels:  gui-application
Platypus
Create native Mac applications from command line scripts.
Stars: ✭ 1,893 (+1179.05%)
Mutual labels:  gui-application
Sldeditor
Java desktop application that allows the creation and editing of OGC Styled Layer Descriptors for use with GeoServer. See blog for more project information (https://robward-scisys.github.io).
Stars: ✭ 102 (-31.08%)
Mutual labels:  gui-application

DockerLocal Demo

DockerLocal

DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.

DockerLocal Demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

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

Mac/Linux
A Github Personal Access Token

Instructions

A step by step series of examples that tell you how to get a development env running

  1. Clone our repo
  2. Get a personal access token from Github
  3. Open the env.ts file in our root directory and paste your github user ID and access token

DockerLocal Demo

  1. npm install and npm start
  2. Add a Project

DockerLocal Demo

  1. Add Repos to your project

DockerLocal Demo

  1. Choose which repos you'd like included, click Clone Repos

DockerLocal Demo

  1. Click Compose when you're ready!

DockerLocal Demo

Running the tests

Run npm test in the terminal.

$ npm test

Currently, Jest CLI has set up to run all test suites and display individual test results with the test suite hierarchy.

Testing React Components

We're using:

  • Jest, a test runner
  • Enzyme, a testing utility for React

In jest.config.js file:

  • ts-jest preset to compile Typescript to JavaScript
  • enzyme-to-json to convert Enzyme wrappers for Jest snappshot matcher.

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

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

Versioning

For the versions available, see the tags on this repository.

Authors

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

License

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

Acknowledgments

  • Thank you to everyone who helped support the project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].