Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

marmelab/treedu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. It illustrates the efforts of a new hiree, who had to implement a board game in several languages and platforms as part of his initial learning. Some of these efforts end up in failure, but failure is part of our learning process, so the code remains publicly visible.
The code of this repository was written to illustrate the blog post Une console plus graphique avec node.js et d3.js
This code is not intended to be used in production, and is not maintained.

treedu

Analyze disk usage, as du but graphically with treemap, in terminal. The project use d3.js and node.js with drawille.

Install

make install

It's also possible to install the script in global:

npm install -g 

In this case, you can run the command treedu from any directory.