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)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay