Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danini-the-panini/kdl-cr
- Owner: danini-the-panini
- License: mit
- Created: 2024-03-11T16:29:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:15:28.000Z (9 months ago)
- Last Synced: 2024-04-08T09:44:43.771Z (9 months ago)
- Language: Crystal
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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