https://github.com/pine/clean-repos-dir
:hocho: This is a private tool that is able to keep clean state my repositories directory.
https://github.com/pine/clean-repos-dir
Last synced: 12 months ago
JSON representation
:hocho: This is a private tool that is able to keep clean state my repositories directory.
- Host: GitHub
- URL: https://github.com/pine/clean-repos-dir
- Owner: pine
- License: mit
- Created: 2015-03-26T10:40:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T19:18:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T03:14:18.670Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clean-repos-dir
---------------
[](https://travis-ci.org/pine/clean-repos-dir)
[](https://david-dm.org/pine/clean-repos-dir)
[](https://david-dm.org/pine/clean-repos-dir#info=devDependencies)
This is a private tool that is able to keep clean state my repositories directory.
## Install
```
$ npm install -g git+https://github.com/pine/clean-repos-dir.git
```
## Usage
```
$ clean-repos-dir --help
Usage: clean-repos-dir [options]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --depth Set a depth that it searchs files [3]
-e, --elapsed Set a elapsed time by milliseconds [14 days]
$ clean-repos-dir
Starting: depth = 3, elapsed = 12096000000
Searching: depth = 0
Skip: node_modules
Searching: depth = 1
Searching: depth = 2
Searching: depth = 3
```
## License
MIT License