Skip to content

gurumian/node-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You may need to install typescript

npm i -g typescript

Install

npm i llr

globally,

npm i -g llr

Run

llr

Example

const {ls} = require('llr')

let testPath = '.'
ls({
  path: testPath, 
  callback: (path)=> {
    console.log(`${testPath}${path}`)
  }
})

About

ls recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published