https://github.com/maxzz/topdirs
The topdirs utility replicates the folder structure without copying the files it contains.
https://github.com/maxzz/topdirs
Last synced: 3 months ago
JSON representation
The topdirs utility replicates the folder structure without copying the files it contains.
- Host: GitHub
- URL: https://github.com/maxzz/topdirs
- Owner: maxzz
- Created: 2022-11-03T21:21:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T23:49:18.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:18:40.718Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# What is this?
This global utility will replicate folder structure without coping containing files.
# Installation
`npm i -g topdirs`
# Usage
`topdirs path`
## Options
| Option | Description |
----------- | -----------
| --all | Replicate all sub-folders. By default only sub-folders stated with `"[number]name"` will be replicated. For example without --all sub-folders `"[1] - my name"` will be replicated, and `[a] - myname` won't be.
| --help | Show help
| --version | Show the current version