shgetfilelist

1.0.0 • Public • Published

GetFileList

These commands will list all files in the directory of your script (__dirname) :

const gf=require("shgetfilelist");

gf(__dirname).then((s)=>{ s.forEach((r)=>{console.log(r);}); });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i shgetfilelist

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.4 kB

Total Files

5

Last publish

Collaborators

  • sharkbyteprojects