DEV Community

ibra taha
ibra taha

Posted on

`rcq-folder-factory` : Simplify Folder Setup for Your Projects

Hey

I’m excited to share rcq-folder-factory, a CLI tool designed to streamline the process of setting up project folders with a predefined structure.

What It Does:

  • Creates Folders: Generate a new folder with a specific name.

  • Predefined Structure: Automatically includes Query.js, Controller.js, and Router.js files.

Installation:

npm install -g rcq-folder-factory
Enter fullscreen mode Exit fullscreen mode

Usage:

npx create-folder --namefolder=NewFolder
Enter fullscreen mode Exit fullscreen mode

Replace YourFolderName with the name of your choice.

For more details, check out the npm package page.

Feedback:
I’d love to hear your thoughts and suggestions on how to improve this tool. Feel free to check it out and let me know what you think!

Thanks!

Top comments (0)