https://github.com/matheus1lva/node-modules-analyzer
https://github.com/matheus1lva/node-modules-analyzer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matheus1lva/node-modules-analyzer
- Owner: matheus1lva
- License: apache-2.0
- Created: 2020-05-19T01:37:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T16:46:30.000Z (over 1 year ago)
- Last Synced: 2025-01-02T02:08:56.471Z (5 months ago)
- Language: TypeScript
- Size: 6.54 MB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# node-modules-analyzer
We all know how node_modules has this bad reputation of being heavier than the size of earth, or even the sun!

Node package system is a weird ecosystem, it has not so good documentation and there are multiple ways of doing things that we never know which one is the correct! I’m an example of someone that was completely overwhelmed by the documentation and when i published my package I didn’t know the correct way to do that! Many people don’t know either and we end up having things like this
Many developers don't know how to properly publish their packages, given missing information around the internet, all guides mislead developers to do the wrong thing!
`node-modules-analyzer` is a set of tools that help you with that! We bring tools that analyze, report, prune and warn you about what are the problems that are happening on your package, what is going wrong on your app `node_modules`, tools to prune and make your folder leaner!
Let's rock it and make the ecosystem better!
## Articles
https://matheus-silva.now.sh/fixing-npm-size/# Contributing
Please consult [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.
# Author
**node-modules-analyzer** © [PlayMa256](https://github.com/playma256), Released under the [Apache-2.0](./LICENSE) License.