files2text

1.1.1 • Public • Published

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

key description
-e,--exclude directories, eg: "node_modules,.git", repeatable
-h,--help Print this message.
-v,--version Print 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

Readme

Keywords

none

Package Sidebar

Install

npm i files2text

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

8.16 kB

Total Files

5

Last publish

Collaborators

  • plantain_00