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

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.

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