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: 12 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T18:29:47.000Z (over 4 years ago)
- Last Synced: 2025-01-11T14:46:46.423Z (over 1 year 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

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
```