mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 15:49:29 +00:00
* fix(test): ensure bats file list uses xargs * docs(readme): use yarn for testing instructions * fix(test): ensure pipelines fail properly * docs(alias): fix table header --------- Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
20 lines
324 B
Markdown
20 lines
324 B
Markdown
# x-clean-vendordirs
|
||
|
||
Remove `vendor` and `node_modules` directories recursively.
|
||
|
||
## Usage
|
||
|
||
```bash
|
||
x-clean-vendordirs [directory]
|
||
```
|
||
|
||
- `directory` – root directory to clean (default: current directory)
|
||
|
||
## Example
|
||
|
||
```bash
|
||
x-clean-vendordirs ~/projects
|
||
```
|
||
|
||
<!-- vim: set ft=markdown spell spelllang=en_us cc=80 : -->
|