This utility allows you to easily extract your app and widget layout in Launchpad to a YAML file and also easily use a YAML config file to build your Launchpad layout.
Note: This library is still being developed and will likely undergo various major changes over the coming months until we reach a stable release. Please use as a reference only at this point.
Add this to your application's shard.yml
:
dependencies:
launchpad:
github: fgimian/launchpad.cr
require "launchpad"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/fgimian/launchpad.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
- fgimian Fotis Gimian - creator, maintainer