Giter Site home page Giter Site logo

revel's Introduction

Revel

Personal remove development environments.

Status

This project is in active development to reach v1.

  • Create
  • Destroy
  • List
  • Refresh
  • Provision
  • Sync
  • Stop
  • Start
  • Releases automation
  • Integration tests
  • GCP Support

Description

This project aims to provide a relatively simple CLI to provision remove development envioronments.

Now that we have amazing remote development tools and projects (VSCode, JetBrains Fleet, Theia, etc.) I felt wanting a way to quickly spin up machines from a predefined config.

I wanted something that would provide a base, but allowed users to extend to their liking, so solutions like Gitpod/Codespaces/Cloud9 were not enough.

Usage

  • Create instance config in ~/revel.yml like
default:
  name: "foo"
  description: "Primary remote development machine"
  ami: ami-05e155ca52886ffe4
  user: ubuntu
  public: true
  size: "t3.micro"
  disk:
    size: 10
    type: "IO1"
  backups: true
  init:
    - files:
        - ~/.yarnrc:/tmp/.yarnrc
    - run: "ls -lah"
    - run: "ls -lah /tmp"
    - files:
        - ~/.other:/tmp/files
  • Execute revel create
  • Execute revel provision

Inspiration / Similar Projects

revel's People

Contributors

pecigonzalo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

revel's Issues

Leaky Machines abstraction

The abstraction of a Machine in MachineManager is too leaky and we access a lot of its values directly from the CLI. I believe it would be better to keep the CLI unaware of the internals of machines.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.