https://github.com/elct9620/vagrant-win-mrb
The Windows environment for compile mruby
https://github.com/elct9620/vagrant-win-mrb
mruby vagrant windows windows-10
Last synced: 2 months ago
JSON representation
The Windows environment for compile mruby
- Host: GitHub
- URL: https://github.com/elct9620/vagrant-win-mrb
- Owner: elct9620
- Created: 2019-06-16T11:52:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T17:24:06.000Z (about 6 years ago)
- Last Synced: 2025-03-23T03:30:46.167Z (about 1 year ago)
- Topics: mruby, vagrant, windows, windows-10
- Language: PowerShell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Windows mruby
===
Provide the pre-configured mruby windows development environment.
## Usage
Create the project
```
vagrant box add elct9620/mruby-win
```
Start VM
```
vagrant up
```
Connect to Remote Desktop
```
vagrant rdp
```
## Roadmap
* [ ] Add OpenSSH support