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
- Host: GitHub
- URL: https://github.com/codereport/bqn-lint
- Owner: codereport
- License: mit
- Created: 2024-10-30T13:15:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T15:46:41.000Z (over 1 year ago)
- Last Synced: 2024-11-29T09:51:30.885Z (over 1 year ago)
- Language: BQN
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
