UNPKG

@feedoom/nls

Version:

The colorful ls command

10 lines (7 loc) 170 B
const readDir = require('./readDir') function nls (options) { if(!options) return ; const { paths, argvs } = options readDir(paths, argvs) } module.exports = nls