https://github.com/pegasd/puppetfile_editor
CLI interface for managing Puppetfile
https://github.com/pegasd/puppetfile_editor
puppet puppetfile
Last synced: 2 months ago
JSON representation
CLI interface for managing Puppetfile
- Host: GitHub
- URL: https://github.com/pegasd/puppetfile_editor
- Owner: pegasd
- License: mit
- Created: 2017-09-06T10:03:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T09:40:48.000Z (over 5 years ago)
- Last Synced: 2025-02-21T05:34:12.996Z (3 months ago)
- Topics: puppet, puppetfile
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PuppetfileEditor
[](https://badge.fury.io/rb/puppetfile_editor)
[](https://travis-ci.org/pegasd/puppetfile_editor)
[](https://coveralls.io/github/pegasd/puppetfile_editor)This gem provides CLI and Rake interfaces for maintaining Puppetfile.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'puppetfile_editor'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install puppetfile_editor
```## Usage
TODO
## Development
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests.
To install this gem onto your local machine, run `bundle exec rake install`.
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/pegasd/puppetfile_editor).
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
[Contributor Covenant](http://contributor-covenant.org) code of conduct.## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the PuppetfileEditor project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the
[code of conduct](https://github.com/pegasd/puppetfile_editor/blob/master/CODE_OF_CONDUCT.md).