1.1.5 • Published 9 months 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.js
file to your project directory.Make the script executable (Unix-based systems):
chmod +x index.js
Run the script:
./index.js
Or using Node.js directly:
node index.js
The 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.