KDL
This is a Crystal implementation of the KDL Document Language
Installation
-
Add the dependency to your
shard.yml
:dependencies: kdl: github: your-github-user/kdl-cr
-
Run
shards install
Usage
require "kdl"
KDL.parse_document(a_string) #=> KDL::Document
Contributing
- Fork it (https://github.com/your-github-user/kdl-cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Danielle Smith - creator and maintainer