Directory Lister is a BatchScript that is used to list the files and folders from the selected folder.
- Run the script by double-clicking it.
- Drag and drop the folder into it.
- Press Enter.
- Notepad will open showing the listing of the folder.
For the script distribution it is required to have:
If Node.js is installed go to the project root folder and install all dependencies for the project by typing the following command inside the Terminal:
npm install
To start the build process make sure that you are in the project root folder and then type the following command inside the Terminal:
gulp
or just double-click the distributeProject.bat file.
gulpfile.js is already configured.
When the build process is finished all scripts will be located inside the dist folder ready for distribution.