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

ibra_taha_cf0cadfbc997251

ibra taha

Posted on July 23, 2024

`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!

💖 💪 🙅 🚩
ibra_taha_cf0cadfbc997251
ibra taha

Posted on July 23, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Npm vs Yarn
javascript Npm vs Yarn

January 30, 2024

How to create and publish npm package.
javascript How to create and publish npm package.

September 4, 2022

I created my first npm package
javascript I created my first npm package

March 17, 2021