eser
v4.0.19
Published
Eser Ozvataf's command-line tooling to access things.
Readme
eser
Eser Ozvataf's command-line tooling to access things.
Installation
# Using npx (no installation required)
npx eser <command>
# Using Deno
deno run -A jsr:@eser/cli <command>
# Global installation via npm
npm install -g eserCommands
codebase
Codebase validation and management tools.
eser codebase <subcommand> [options]Subcommands:
check- Run all codebase checkscheck-circular-deps- Check for circular dependenciescheck-docs- Check documentation coveragecheck-export-names- Check export naming conventionscheck-licenses- Check license compliancecheck-mod-exports- Check module exportscheck-package-configs- Check package configurations
Options:
-h, --help- Show help message--root <path>- Root directory (default: current directory)
Examples
# Run all checks on current directory
eser codebase check
# Check for circular dependencies
eser codebase check-circular-deps
# Run checks on a specific directory
eser codebase check --root ./my-projectLicense
Apache-2.0
