Directory Management: Enhance the directory creation process by stopping the use of deprecated methods, ensuring better compatibility with future Node.js versions.
Fixes
Fix the issue of using deprecated process.umask() to prevent potential errors in future updates.
Others
Correct a typo in the README to improve clarity for users.