crinja_lint

Linter for Crinja, heavily based on Ameba

Installation

$ shards build crinja_lint

Usage

Command-line interface still in progress. For now, will lint all *.html.j2 and *.jinja2 files in the current directory.

$ crinja_lint
...

Development

TODO Write development instructions here

Contributing

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