An open API service indexing awesome lists of open source software.

https://github.com/nobodywasishere/crinja_lint


https://github.com/nobodywasishere/crinja_lint

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# crinja_lint

Linter for [Crinja](https://github.com/straight-shoota/crinja), heavily based on [Ameba](https://github.com/crystal-ameba/ameba)

## Installation

```sh
$ 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.

```sh
$ crinja_lint
...
```

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ()
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

- [Margret Riegert](https://github.com/nobodywasishere) - creator and maintainer