Sha256: b6dd310d74eaf17537c96fa86ac8cf0e0552789aae81b28347d2e3bfe1a49cb4

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

# GOV.UK Schemas

Gem to work with the [schemas in publishing api](https://github.com/alphagov/publishing-api/tree/main/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 `publishing-api` 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

1 entries across 1 versions & 1 rubygems

Version Path
govuk_schemas-4.5.0 README.md