Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aklinker1/check

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aklinker1/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.

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
529
126.07%
Maintainers
1
Weekly downloads
 
Created
Source

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 --fix

To enable checks for any of the following modules, just install them:

pnpm i -D typescript oxlint prettier publint eslint markdownlint-cli

Contributing

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 check

Adding Tools

  • Copy and rename src/tools/prettier.ts and src/tools/prettier.test.ts accordingly
  • Implement and update tests for your new tool
  • Add your tool to the ALL_TOOLS array in src/tools/index.ts
  • Add the tool's NPM package to the first section of this README

Keywords

lint

FAQs

Package last updated on 10 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts