A framework to introspect and analyze Node.js projects.
- Package Linter: Verify the integrity of your Node.js packages with ESLint like rules
- Custom Rules:: Write your own rules
- Dependency Anlysis: Get a quick overview of any Node.js package and its dependencies
- API: Leverage the same API that powers the linter and dependency analysis to build fully customized checks and integrations.
npm install -g @tmkn/packageanalyzer
yarn:
yarn global add @tmkn/packageanalyzer
Please see the documentation on usage.
Contributions are welcome! Please see DEVELOP.md for information on how to set up the development environment and contribute to the project.
This project is licensed under the MIT License. See the LICENSE file for details.