This gem is intended to generate the Reference
part of puppet module's README.md.
Add this line to your puppet module's Gemfile:
gem 'strings2markdown'
and update your installation
bundle
TODO:
- Write rake task.
- Write documentation for the rake task.
After checking out the repo, run bundle install
to install dependencies. Then, run bundle exec rake spec
to run the tests.
Or, you can run bin/simple_test
to generate YAML representation of spec/fixtures/test_module
documentation and see how this works
internally.
To install this gem onto your local machine, run bundle exec rake install
.
Bug reports and pull requests are welcome on GitHub at https://github.com/pegasd/strings2markdown. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Strings2markdown project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.