Sha256: 561fdf762825f7ce59bac619d1eba1bcc4a204a3baccc4fb6e573abb4e3441dc
Contents?: true
Size: 625 Bytes
Versions: 9
Compression:
Stored size: 625 Bytes
Contents
# GOV.UK Schemas Gem to work with the [govuk-content-schemas](https://github.com/alphagov/govuk-content-schemas). ## Installation In your Gemfile: ```ruby gem "govuk_schemas", "~> VERSION" ``` ## Usage [Read the documentation!](http://www.rubydoc.info/gems/govuk_schemas) ## Running the test suite Make sure you have `govuk-content-schemas` cloned in a sibling directory: ``` bundle exec rake ``` ### Documentation To run a Yard server locally to preview documentation, run: $ bundle exec yard server --reload ## License The gem is available as open source under the terms of the [MIT License](LICENSE.md).
Version data entries
9 entries across 9 versions & 1 rubygems