This is an Express middleware that provides a file editing ui.
var fileExplorer = require('efilex');
app.use('/explorer', fileExplorer(directory));
then go to http://host:port/explorer
This project is unlicenced.
#todo
- security
- tests
- filetype support