All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- add CLI flags, tests, docs, and dev tooling (v1.0.1) (895794a)
--version/-vflag to display version number--help/-hflag to display usage information--verboseflag to show which package manager is being used- Comprehensive test suite with Jest
- ESLint and Prettier for code quality
- GitHub Actions CI workflow
- CONTRIBUTING.md guidelines
- LICENSE file (MIT)
- This CHANGELOG file
- Error messages now show the actual detected package manager instead of hardcoded "npm"
- Improved error handling when no package manager can be detected
- Refactored to use async/await instead of Promise.then()
- Expanded README with more examples and troubleshooting section
- Added engines field requiring Node.js >= 14.0.0
- Initial release
- Basic
pmcommand that auto-detects and uses the appropriate package manager - Support for npm, yarn, pnpm, and bun
- Lockfile-based detection priority