https://github.com/lidongjies/node-prune
Remove unnecessary files from node_modules (.md, .ts, ...)
https://github.com/lidongjies/node-prune
cli node-prune rust
Last synced: 4 months ago
JSON representation
Remove unnecessary files from node_modules (.md, .ts, ...)
- Host: GitHub
- URL: https://github.com/lidongjies/node-prune
- Owner: lidongjies
- License: mit
- Created: 2019-11-27T05:57:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T04:46:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T09:56:59.776Z (5 months ago)
- Topics: cli, node-prune, rust
- Language: Rust
- Size: 59.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-prune
Remove unnecessary files from node_modules (.md .ts ...)
## Install
```
$ curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git lidongjies/node-prune
```## Roadmap
- [x] first implementation
- [x] parsing command line arguments
- [x] add log
- [x] communicating with human
- [x] nicer error reporting
- [x] unit test TDD
- [x] cargo install
- [x] communicating with machines
- [x] add docs
- [ ] release binary file