https://github.com/nobodywasishere/crinja_lint
https://github.com/nobodywasishere/crinja_lint
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobodywasishere/crinja_lint
- Owner: nobodywasishere
- License: mit
- Created: 2025-02-21T00:20:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T00:26:58.000Z (4 months ago)
- Last Synced: 2025-02-21T01:25:47.284Z (4 months ago)
- Language: Crystal
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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