validatefiles
v1.3.1
Published
Project for validating the existance files
Readme
validatefiles project
The project objective is validate the file existance into the project managed in a txt file
Settings
- You can use npm valide for execute the existance program
- You can use it only with "require("validatefiles")". When you execute for file , for example node .\index.js , will validate the existance files.
- It works in folders and files. Becareful because the paths should start in the project root
- Create a filesExistance.txt. In eacha newline you can use a diferent file/folder existance, something like :
README.md
index.js
package.json
src/proofs.tsx ```