Skip to content

crystal-ameba/ameba-docs-rule-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ameba-docs

An example of Ameba extension.

Installation

  1. Add the dependency to your shard.yml:

    development_dependencies:
      ameba:
        github: crystal-ameba/ameba
      ameba-docs:
        github: crystal-ameba/ameba-docs-rule-example
  2. Run shards install

Usage

# bin/ameba.cr
require "ameba-docs"

Contributing

  1. Fork it (https://github.com/crystal-ameba/ameba-docs-rule-example/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

About

An example of the ameba extension

Resources

License

Stars

Watchers

Forks