Articles for the CLI tag
-
Secretlint: Catching Secrets Before They Ship
Committing a secret is the kind of mistake that costs an afternoon of key rotation and a small amount of dignity. Secretlint exists to make that mistake nearly impossible, slotting neatly into the lint pipeline you already run.
-
Syncpack: Herding Your Monorepo's Dependency Versions Into Line
If your monorepo has three packages asking for three different versions of React, this little CLI is about to become your favorite cleanup crew.
-
npq: Look Before You npm install
Every npm install is a moment of trust. npq adds a pause-and-inspect step before that trust is granted, so you find out about red flags before the code runs, not after.
-
docmd: Markdown In, Production Docs Out, Zero Config In Between
Some documentation tools ask you to learn a framework before you can publish a single page. docmd asks you to write Markdown. That's the whole pitch, and it's a surprisingly compelling one.
-
React Doctor: A One-Command Health Check for Your Entire React Codebase
What if you could run a single command and get a full diagnostic report on your React codebase covering security leaks, performance bottlenecks, dead code, accessibility gaps, and hook violations? React Doctor does exactly that and gives you a score to track over time.
-
Orchestrating Redux Symphonies with Generator-Redux
Embark on a journey to simplify your Redux setup with generator-redux. This powerful CLI tool orchestrates a harmonious development environment, allowing you to focus on creating beautiful React symphonies without the setup discord.