@osiris99/mandatoryfilesexistance
v1.0.2
Published
Good practise about javascript projects
Readme
mandatoryfilesexistance project
The project objective is validate the file existance into the project managed in a txt file. This txt is mandatory and get the typical javascript folder structure
Structure
- README.md
- package.json
- .gitignore
- LICENSE
- src folder : src folder with main folders
- src/index.js : Main file
- src/utils : Utils folder
- src/modules : Modules folder
- test : tests
- scripts : Auxiliary scripts
Settings
You can use it with "require("@osiris99/mandatoryfilesexistance")", It will check your project structure!
