mrdck / directoryToArray

SImple npm package for creating array of directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Following package is turning everything what contains directory to array

Installation

npm install dirtoarray --save 

Usage

const dirToArray = require('dirtoarray');
console.log(dirToArray('./directory_path'))

About

SImple npm package for creating array of directories


Languages

Language:JavaScript 100.0%