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);}); });

/shgetfilelist/

    Package Sidebar

    Install

    npm i shgetfilelist

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • sharkbyteprojects