2.1.0 • Published 10 months ago
@aklinker1/check v2.1.0
Check
An opinionated CLI tool to run all your checks all at once. The command will only exit with code 0 when no problems exist.
https://github.com/aklinker1/check/assets/10101283/c8089e5c-e25f-4f59-8897-d2a6f97a3139
pnpm i @aklinker1/check
pnpm check
pnpm check --fixTo enable checks for any of the following modules, just install them:
pnpm i -D typescript oxlint prettier publint eslint markdownlint-cliContributing
This project is built using bun. Demo project uses PNPM.
# Setup
bun i
# Build NPM package
bun run build
# Run checks
bun check --help
bun check
# Debug commands used
DEBUG=1 bun checkAdding Tools
- Copy and rename
src/tools/prettier.tsandsrc/tools/prettier.test.tsaccordingly - Implement and update tests for your new tool
- Add your tool to the
ALL_TOOLSarray insrc/tools/index.ts - Add the tool's NPM package to the first section of this README
2.0.0-alpha.1
11 months ago
2.0.0-alpha.2
11 months ago
2.1.0
10 months ago
2.0.0
11 months ago
1.4.5
2 years ago
1.4.4
2 years ago
1.4.3
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.5
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.3
2 years ago
1.0.0
2 years ago