Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jukben/ruby-101
- Owner: jukben
- Created: 2022-02-11T21:02:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T18:29:47.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:26:58.684Z (about 1 month ago)
- Topics: remote-containers
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```