1.1.5 • Published 2 years ago
my-node-structure v1.1.5
Folder Structure Creator
This package automatically creates a predefined folder structure when installed.
Installation
Prerequisites
- Node.js installed on your system
Usage
Clone this repository or copy the
index.jsfile to your project directory.Make the script executable (Unix-based systems):
chmod +x index.jsRun the script:
./index.jsOr using Node.js directly:
node index.jsThe script will create the folder structure in the parent directory of your current location.
Customization
You can easily customize the folder structure by modifying the subFolders array and the createFolderStructure function in the index.js file.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is open source and available under the MIT License.