UNPKG

node-file-manager-esm

Version:

A simple file manager, based on Koa and Angular.js. Standalone, Koa-mountable. Import-able as ES6 and Babel module.

9 lines (7 loc) 189 B
#! /usr/bin/node // register babel hook require('babel-core/register')({ extensions: ['.js', '.mjs'], }); // register application module.exports = require('./test-index.mjs').default;