Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jukben/ruby-101

Simple remote container for VSCode so I can play with Ruby
https://github.com/jukben/ruby-101

remote-containers

Last synced: 2 days ago
JSON representation

Simple remote container for VSCode so I can play with Ruby

Awesome Lists containing this project

README

        

# Ruby 101

![](https://media.giphy.com/media/3ohuAxV0DfcLTxVh6w/giphy.gif)

Idea behind this repo is simple. I want to isolate things I don't know – which is Ruby in this case, so I'm leveraging Dev Containers for development and playing around.

Current goal is to complete https://exercism.org/tracks/ruby. So we will see.

## Notes

To run autotest

```
autotest
```