0.1.0 • Published 12 months ago
trochilus v0.1.0
Trochilus
CLI tool to check various issues in JavaScript project dependencies. Specifically made for end projects, to ensure all dependencies are up-to-date, correctly installed and actively maintained.
Usage
npx trochilus <path-to-project-root-folder>
Options
Option | Description |
---|---|
-v | Enable verbose output |
-h | Print help |
Current checks
- Correct type of dependencies (e.g.
dependencies
anddevDependencies
) - Stale dependencies with archived source code repository
- New minor and patch versions of dependencies