# tree-ls

> Generate 'tree-like' folder structer in nodejs && Analynaze your webpack unused files

Latest version **0.0.4** (published 2018-02-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install tree-ls
pnpm add tree-ls
yarn add tree-ls
bun add tree-ls
```

Provides the command `treels`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2018-02-11 |
| First published | 2018-02-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | yvshuo |
| Maintainers | yvshuo |
| Keywords | tree, nodejs, webpack, unused files |

## Links

- npm: https://www.npmjs.com/package/tree-ls
- Repository: https://github.com/yvshuo/tree-ls
- Homepage: https://github.com/yvshuo/tree-ls#readme
- Issues: https://github.com/yvshuo/tree-ls/issues
- npm.io page: https://npm.io/package/tree-ls

## Dependencies (3)

- [glob](https://npm.io/package/glob.md) ^7.1.2
- [chalk](https://npm.io/package/chalk.md) ^2.3.0
- [commander](https://npm.io/package/commander.md) ^2.13.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2018-02-11
- 0.0.3 — 2018-02-04
- 0.0.2 — 2018-02-04
- 0.0.1 — 2018-02-04

## README

`tree-ls` is a nodejs tool to generate 'tree-like' folder structer, just like what the linux's 'tree' command does. But `tree-ls` has more fantasy functions.

### Installation

``` bash
$ npm install -g tree-ls
```

### Usage

``` bash
$ treels
```

A 'tree-like' folder structer will be published to your trminal.

|Default Ignore Lists|
|:-:|
|/node_modules|
|.DS_Store|
|.git|

``` bash
.
├── hahha
│   ├── hehe.js
│   └── yeye
│       └── io.js
├── index.js
├── package.json
└── test
    ├── 1
    │   ├── 1.js
    │   ├── 2.js
    │   ├── dsadsa
    │   │   ├── asds.js
    │   │   └── qwewqe.js
    │   ├── fsadas
    │   │   └── 3.js
    │   └── ijiji
    ├── a
    │   ├── aa
    │   │   └── 1.js
    │   └── ab
    │       └── 2.js
    ├── b
    │   ├── ba
    │   │   └── 3.js
    │   └── bb
    │       └── 4.js
    ├── empty
    ├── hahahaha.js
    └── heheh
        └── 4.js
```

### Help

TODO

### License

[MIT](http://opensource.org/licenses/MIT)

---
_Source: https://npm.io/package/tree-ls · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
