An example of Ameba extension.
-
Add the dependency to your
shard.yml
:development_dependencies: ameba: github: crystal-ameba/ameba ameba-docs: github: crystal-ameba/ameba-docs-rule-example
-
Run
shards install
# bin/ameba.cr
require "ameba-docs"
- Fork it (https://github.com/crystal-ameba/ameba-docs-rule-example/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
- Vitalii Elenhaupt - creator and maintainer