Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letiemble/vagrant-tart
Vagrant-tart is a Vagrant plugin that adds a Tart provider to Vagrant, allowing Vagrant to control and provision machines via Tart command line tool.
https://github.com/letiemble/vagrant-tart
apple-silicon macos provider tart vagrant
Last synced: 3 months ago
JSON representation
Vagrant-tart is a Vagrant plugin that adds a Tart provider to Vagrant, allowing Vagrant to control and provision machines via Tart command line tool.
- Host: GitHub
- URL: https://github.com/letiemble/vagrant-tart
- Owner: letiemble
- License: mit
- Created: 2024-06-04T17:41:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T21:09:41.000Z (4 months ago)
- Last Synced: 2024-09-30T23:42:37.137Z (4 months ago)
- Topics: apple-silicon, macos, provider, tart, vagrant
- Language: Ruby
- Homepage: https://letiemble.github.io/vagrant-tart/
- Size: 80.1 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# VagrantPlugins::Tart
Vagrant-tart is a [Vagrant](http://www.vagrantup.com) plugin that adds a
[Tart](https://tart.run/) provider to Vagrant, allowing Vagrant to
control and provision machines via Tart command line tool.## Installation & Usage
Refer to the [documentation](https://letiemble.github.io/vagrant-tart/) for detailed installation and usage instructions.
## Development
After checking out the repo, run `bin/setup` to install dependencies.
Then, run `bundle exec rake spec` to run the tests.To install this gem into your local Vagrant installation, run:
```bash
bundle exec rake build
bundle exec vagrant plugin install ./pkg/vagrant-tart-$VERSION.gem
bundle exec vagrant plugin list
```Once the plugin is installed, you can use Vagrant with the Tart provider.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/letiemble/vagrant-tart. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/letiemble/vagrant-tart/blob/main/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the VagrantPlugins::Tart project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/letiemble/vagrant-tart/blob/main/CODE_OF_CONDUCT.md).