Create Files is a simple project Node.js that create files dinamically. You can seetting quantity of files and time interval in seconds that you need. Once you execute code, the files created before will delete because the new process will create new files.
Clone the repository
git clone https://github.com/jmsg78/createFiles.git
Locate the path where you cloned the repository and you can run
node src/createFile.js
or If You have install nodemon, You could execute it
nodemon src/createFile.js
You can see in the following image to know how the file is executed with nodemon
This image also shows when files have been deleted , because is a process that execute before of create the new files.
This image shows when files have been created, also You can see the messages in different languages, once read it.
les. In this case, the creation of 5 files was requested in an interval of 60 seconds each.
When the code creates all the requested files in the established time interval, it sends a process finished message.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.