1.1.1 • Published 4 years ago

files2text v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

files2text

Dependency Status devDependency Status Build Status: Linux Build Status: Windows npm version Downloads type-coverage

A CLI tool and library to get text structure of files in a folder.

install

yarn global add files2text

usage

run files2text . -e node_modules -e .git

keydescription
-e,--excludedirectories, eg: "node_modules,.git", repeatable
-h,--helpPrint this message.
-v,--versionPrint the version
.
├─ .github
│  ├─ ISSUE_TEMPLATE.md
│  └─ PULL_REQUEST_TEMPLATE.md
├─ .gitignore
├─ .travis.yml
├─ .vscode
│  └─ settings.json
├─ LICENSE
├─ README.md
├─ appveyor.yml
├─ bin
│  └─ files2text
├─ clean-release.config.js
├─ clean-scripts.config.js
├─ dist
│  └─ index.js
├─ package.json
├─ spec
│  ├─ indexSpec.ts
│  ├─ result.txt
│  ├─ support
│  │  └─ jasmine.json
│  └─ tsconfig.json
├─ src
│  ├─ index.ts
│  ├─ lib.d.ts
│  └─ tsconfig.json
├─ tslint.json
└─ yarn.lock
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

6 years ago

1.0.0

7 years ago