Project Structure Checker
dev.to·1d·
Discuss: DEV
🔨Build Systems
Preview
Report Post

Hey everyone!

I made a small CLI tool called PSX that checks and fixes the basic structure of a project so you don’t have to repeat the same boring setup every time. I built it because whenever I start a repo I end up creating the same README, LICENSE, .gitignore, changelog and the usual files. PSX detects the project type, tells you what’s missing, and can even create the files for you.

What it does

PSX auto-detects project type (Node, Go, etc.) and runs a set of rules to ensure the repo has the essentials. If something’s missing you can run psx fix and it creates sensible defaults. Rules are configurable via a simple YAML and checks run in parallel so it’s fast even on bigger repos.

Features

Automatic detection of project type and basic scaffolding. Auto-fi…

Similar Posts

Loading similar posts...