An open API service indexing awesome lists of open source software.

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, ...)

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