Skip to content

danini-the-panini/kdl-cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDL

This is a Crystal implementation of the KDL Document Language

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      kdl:
        github: your-github-user/kdl-cr
  2. Run shards install

Usage

require "kdl"

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

Contributing

  1. Fork it (https://github.com/your-github-user/kdl-cr/fork)
  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

About

This is a Crystal implementation of the KDL Document Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published