Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 311 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 311 Bytes

efilex

This is an Express middleware that provides a file editing ui.

Usage

var fileExplorer = require('efilex');

app.use('/explorer', fileExplorer(directory));

then go to http://host:port/explorer

License

This project is unlicenced.

#todo

  • security
  • tests
  • filetype support