All Projects β†’ kelda β†’ blimp

kelda / blimp

Licence: Apache-2.0 License
Blimp: Develop with Docker Compose in the cloud

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to blimp

Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-34.37%)
Mutual labels:  developer-tools, development-environment
Beemo
πŸ€– Centralized configuration layer for dev tools. Beep boop.
Stars: ✭ 100 (+4.17%)
Mutual labels:  developer-tools, development-environment
Prequel
Prequel for Laravel. Clear and concise database management.
Stars: ✭ 1,141 (+1088.54%)
Mutual labels:  developer-tools, development-environment
Developer Roadmap Guide 2018
Stars: ✭ 344 (+258.33%)
Mutual labels:  developer-tools, development-environment
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (+150%)
Mutual labels:  developer-tools, development-environment
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+370.83%)
Mutual labels:  developer-tools, development-environment
Swiff
πŸ’ Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-9.37%)
Mutual labels:  developer-tools, development-environment
Ember Twiddle
JSFiddle type thing for ember-cli style code
Stars: ✭ 269 (+180.21%)
Mutual labels:  developer-tools, development-environment
Docker Mastery For Nodejs
Docker Mastery for Node.js Projects, From a Docker Captain
Stars: ✭ 231 (+140.63%)
Mutual labels:  developer-tools, development-environment
Works For Me
Collection of developer toolkits
Stars: ✭ 131 (+36.46%)
Mutual labels:  developer-tools, development-environment
Table flipper
(β•―Β°β–‘Β°οΌ‰β•―οΈ΅ ┻━┻ A useless gem for table flipping on exceptions πŸ˜’
Stars: ✭ 328 (+241.67%)
Mutual labels:  developer-tools, development-environment
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-83.33%)
Mutual labels:  developer-tools, development-environment
Hela
🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. ✨ You can think of it as Cargo for the JavaScript ecosystem.
Stars: ✭ 320 (+233.33%)
Mutual labels:  developer-tools, development-environment
Git Project
Manage a large number of local git repositories with ease!
Stars: ✭ 14 (-85.42%)
Mutual labels:  developer-tools, development-environment
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (+182.29%)
Mutual labels:  developer-tools, development-environment
Pric
Simple zero-config tool to create Private Certificate Authority & issue locally-trusted development server certificates with any domain names you'd like. SSL certificates for development purposes.
Stars: ✭ 87 (-9.37%)
Mutual labels:  developer-tools, development-environment
Nanobox
The ideal platform for developers
Stars: ✭ 1,530 (+1493.75%)
Mutual labels:  developer-tools, development-environment
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-80.21%)
Mutual labels:  developer-tools, development-environment
docker-dev
A local Docker Environment for building PHP applications πŸ”¨
Stars: ✭ 97 (+1.04%)
Mutual labels:  developer-tools, development-environment
dimenify
An android studio plugin for creating scaled dimension values for different pixel buckets
Stars: ✭ 24 (-75%)
Mutual labels:  developer-tools

Blimp CLI

Build Status Go Report Card Slack

This repository contains the CLI for Blimp. Blimp lets you develop in the cloud, reducing CPU and RAM usage on your laptop. It supports the same configuration and workflows as Docker Compose.

This repository is also used for issue tracking and feature requests.

How it Works

Installation

blimp has been tested on Mac, Linux, and Windows WSL.

curl -fsSL 'https://raw.githubusercontent.com/kelda/blimp/master/scripts/install.sh' | sh

Example

# Download the example.
git clone https://github.com/kelda/node-todo
cd node-todo

# Pick a username.
mkdir -p ~/.blimp && echo 'username: your_user' > ~/.blimp/auth.yaml

# Boot the docker-compose.yml.
blimp up

# You can now interact with your containers as if they were running locally.
# Edit files.
vim app/routes.js

# Access the app.
curl localhost:8080

Documentation

Contributing

Contributions are very much welcome! Check out the contribution guide to get started.

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].