Skip to content

Node.js CLI tool to audit projects — finds empty folders, multiple READMEs and/or .gitignores, unused .env.example files, and multiple lock files (package-lock.json, yarn.lock, etc.).

Notifications You must be signed in to change notification settings

danlb-dev/node-project-auditor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-project-auditor-cli

This tool was built to demonstrate Node.js CLI development, file system analysis, and modular architecture in TypeScript.

About

Node.js CLI tool to audit projects — finds empty folders, multiple READMEs and/or .gitignores, unused .env.example files, and multiple lock files (package-lock.json, yarn.lock, etc.).

Topics

Resources

Stars

Watchers

Forks