Get an array of all paths in a directory and its subdirectories
npm install get-all-pathsGet all of the paths for a directory and its subdirectories.
``javascript
const getAllPaths = require('get-all-paths');
const pathsArray = getAllPaths(__dirname);
``