Ting Shao

Results 2 comments of Ting Shao

I found [vim-devicons](https://github.com/ryanoasis/vim-devicons) use it too. ![image](https://cloud.githubusercontent.com/assets/7014683/23782944/e3716df8-0592-11e7-871a-4aad3d180e3e.png)

You can use it with express like following : ``` const path = require('path'); const express = require('express'); const app = express(); const Server = require('node-git-server'); const repos = new...