0.0.9 • Published 6 years ago
llr v0.0.9
Install
npm i llrglobally,
npm i -g llrRun
llrExample
const {ls} = require('llr')
let testPath = '.'
ls({
path: testPath,
callback: (path)=> {
console.log(`${testPath}${path}`)
}
})npm i llrglobally,
npm i -g llrllrconst {ls} = require('llr')
let testPath = '.'
ls({
path: testPath,
callback: (path)=> {
console.log(`${testPath}${path}`)
}
})