blob: 709bc39a5dc71a3b83a4f1ef177153ac689b1933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# HCL2
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'hcl2'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install hcl2
## Development
After checking out the repo, run `./bin/setup` to install dependencies.
Then, run `./bin/test` to run the tests.
## License
The gem is available as open source under the terms of the [MIT License][mit].
[mit]: https://opensource.org/licenses/MIT
|