Lucky SVG Sprite CLI
This is the cli backend for the lucky_svg_sprite shard. That's the one you'll need to add to your Lucky project.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
lucky_svg_sprite_cli:
github: wout/lucky_svg_sprite_cli
- Run
shards install
Usage
require "lucky_svg_sprite_cli"
Documentation
Contributing
- Fork it (https://github.com/wout/lucky_svg_sprite_cli/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
Contributors
- wout - creator and maintainer