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

https://github.com/codereport/bqn-lint

A simple linter for BQN
https://github.com/codereport/bqn-lint

Last synced: 4 months ago
JSON representation

A simple linter for BQN

Awesome Lists containing this project

README

          

#

bqn-lint














A simple linter for [BQN](https://mlochbaum.github.io/BQN).

### Usage

#### Run from command line

```bash
bqn-lint . # run this to show lints
bqn-lint . --fix # this is verbose mode
```

Note, after `git clone`-ing this repo, you will probably want to put the `bqn-lint` script on your path:
```bash
export PATH=$PATH:/home/cph/bqn-lint
```

### Demo

![2024-11-2221-38-58-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/de46609f-6aed-4cf4-98c4-7ea5e324180d)