quickdircraft
Version:
A quick and easy folder structure creator. Instantly generate the directory layout for your project and spend more time coding and less time organizing.
35 lines (21 loc) • 1.14 kB
Markdown
# QuickDirCraft
QuickDirCraft is a simple and efficient folder structure generator for your projects. With QuickDirCraft, you can instantly create directory layouts tailored to your project needs, allowing you to focus more on coding and less on organization.
## Installation
Before using QuickDirCraft, make sure you have Node.js and npm installed on your system. Then, you can install QuickDirCraft globally by running the following command in your terminal:
```bash
npm install -g quickdircraft
```
## Usage
To use QuickDirCraft, simply run the following command in your terminal:
```bash
qdir
```
Alternatively, if you prefer to install QuickDirCraft locally using npm, you can do so with the following commands:
```bash
npm i quickdircraft
node node_modules/quickdircraft/setup.js
```
## Contributing
If you'd like to contribute to QuickDirCraft, feel free to visit the GitHub repository and submit a pull request: [QuickDirCraft GitHub](https://github.com/elnurbaxsiyev/quickdircraft)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.