Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aklinker1/check

Package Overview
Dependencies
Maintainers
0
Versions
16
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.

  • 1.4.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
360
increased by500%
Maintainers
0
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

Contributing

This project is built using bun. Demo project uses PNPM.

# Setup
bun i
pushd demo
    pnpm i
popd

# Build NPM package
bun run build

# Run checks
bun check --help
bun check
bun check demo

Adding Tools

I've added everything I use, so if you want to add support for another tool, feel free.

Just copy src/tools/prettier.ts and src/tools/prettier.test.ts, update the implementations (yes, tests are required), and add your new tool to src/tools/index.ts's ALL_TOOLS export.

Keywords

FAQs

Package last updated on 30 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc