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.

GitHub GitHub tag (latest SemVer) GitHub Workflow Status

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  lucky_svg_sprite_cli:
    github: wout/lucky_svg_sprite_cli
  1. Run shards install

Usage

require "lucky_svg_sprite_cli"

Documentation

Contributing

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