get-all-paths
v1.0.1
Published
Get an array of all paths in a directory and its subdirectories
Readme
getAllPaths()
Get all of the paths for a directory and its subdirectories.
Usage
const getAllPaths = require('get-all-paths');
const pathsArray = getAllPaths(__dirname);