Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danini-the-panini/kdl-cr

This is a Crystal implementation of the KDL Document Language
https://github.com/danini-the-panini/kdl-cr

Last synced: 15 days ago
JSON representation

This is a Crystal implementation of the KDL Document Language

Awesome Lists containing this project

README

        

# KDL

This is a Crystal implementation of the [KDL Document Language](https://kdl.dev/)

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
kdl:
github: your-github-user/kdl-cr
```

2. Run `shards install`

## Usage

```crystal
require "kdl"

KDL.parse_document(a_string) #=> KDL::Document
```

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Danielle Smith](https://github.com/your-github-user) - creator and maintainer