1.0.1 • Published 2 years ago

fscour v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

fScour

fScour - Filesystem Scourer

Welcome to fScour, a lightweight executable tool written in typescript for easily printing out folder structures.


Usage:

npx fscour [directory] [options]

The directory and options arguments can both be omitted. By default, fScour will use the processes current directory (cwd) as it's root directory, if nothing else is supplied.

Example:

npx fscour .
+ fScour/
|
+-+ src/
| +-+ types/
| | +-- FSEntry.ts
| | +-- PRINT_CHARS.ts
| +-- index.ts
+-- .gitignore
+-- README.md
+-- package-lock.json
+-- package.json
+-- tsconfig.json

1.0.1

2 years ago

1.0.0

2 years ago