GuillaumeHaben / IndexTree

Give a tree of all files in a specified folder with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Index Tree

Index Tree provide you a tree view of all the files in a specified folder. Usefull when you quickly want to know which files you have or not on a computer wherever you are.

##Requirements

  • Node.JS

##Installing and configuring

First clone the repository

git clone git@github.com:GuillaumeHaben/IndexTree.git

Before launching the server you just have to provide some informations.

  1. Open server.js and indicate the folder you want to tree in the path var.

  2. Open the command prompt

Launch the server with :

node server.js

##Features

####0.1.0

  • View a file tree of a specified folder

##TODO:

  • Improve UI

  • Improve JS to run faster

##License

MIT

About

Give a tree of all files in a specified folder with Node.js

License:MIT License


Languages

Language:CSS 97.5%Language:JavaScript 2.5%