Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.01 KB

launchpad

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.

Installation

Add this to your application's shard.yml:

dependencies:
  launchpad:
    github: fgimian/launchpad.cr

Usage

require "launchpad"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/fgimian/launchpad.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

  • fgimian Fotis Gimian - creator, maintainer