CLI tool designed to help Node.js developers analyze and review node.js project.
Key Features
- Analyze project dependencies
- Check outdated dependencies
Download/install
npm install -g node-peruse
yarn add -g node-peruse
Once installed, you can use node-peruse directly in your terminal.
node-peruse <command> [options]
Documentation
1. Analyze project dependencies
Use the --dependencies
option to analyze and list all dependencies in your project.
node-peruse --dependencies
2. Check outdated dependencies
To check for outdated packages in your project, use the --outdated
flag.
node-peruse --outdated
Using Node-Peruse with npx
To run Node-Peruse without installing it globally, users can simply use:
npx node-peruse <command> [options]
mean you can remove node-peruse
with npx
and run the command directly and it will work the same way.
Contributing
See CONTRIBUTING.md for more information on how to contribute to node-peruse.
Support
- Give a ⭐️ if this project helped you!
- You can also sponsor me on Github