SongPro for Crystal
SongPro is a text format for transcribing songs.
This project is a Crystal Shard that converts the song into a Song data model which can then be converted into various output formats such as text or HTML.
Installation
-
Add the dependency to your
shard.yml
:dependencies: songpro: github: SongProOrg/songpro-crystal
-
Run
shards install
Usage
require "songpro"
song = SongPro.parse(text)
TODO: Write usage instructions here
Development
After checking out the repo, run crystal spec
to run the tests.
Contributing
- Fork it (https://github.com/SongProOrg/songpro-crystal/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