Command line tool for generation of data structures.
|\ /|\__ __/( ____ \ \__ __/( ____ )( ____ \( ____ \
| ) ( | ) ( | ( \/ ) ( | ( )|| ( \/| ( \/
| | | | | | | (_____ _____ | | | (____)|| (__ | (__
( ( ) ) | | (_____ )(_____) | | | __)| __) | __)
\ \_/ / | | ) | | | | (\ ( | ( | (
\ / ___) (___/\____) | | | | ) \ \__| (____/\| (____/\
\_/ \_______/\_______) )_( |/ \__/(_______/(_______/
Usage: vis-tree [options]
A toolbox for you to visualize your data structures.
Options:
-V, --version output the version number
-a, --array array's toolbox
-t, --tree tree's toolbox
-s, --sorted return an increasingly sorted array
-rs, --rsorted return a decreasingly sorted array
-l, --low <integer> set value of minimum element (default: "-1e9")
-h, --high <integer> set value of maximum element (default: "1e9")
-N <integer> set length/size of output (default: "10")
--help display help for command
npm install -g vis-tree
First, you need to clone the project. Then,
npm install
npm run create
We use mocha and chai.
npm test
- A LOT
- Star
- Fork
- Contribute
This repository is licensed under the MIT License. See also LICENSE for details.