Create Quick Stack
257 Words ~2 Minute Reading Time • Subscribe to receive updates on Software
Overview
create-quick-stack is a command line tool designed to streamline the initial setup of JavaScript projects. This CLI tool interactively guides you to set up a new project, helping you choose the web development framework and libraries your project requires.
Key Features
- Supports Next.js and Vue.js frameworks.
- Allows you to select and automatically installs libraries such as Tailwind, Prisma, Supabase, Bootstrap, and tRPC. (more to come!)
Prerequisites
- Node.js and npm installed on your local machine. You can download Node.js and npm from the official site.
Installation
Install create-quick-stack globally using npm:
npm install -g create-quick-stack
or
Install create-quick-stack globally using yarn:
yarn global add create-quick-stack
Usage
To start setting up a new project, use the command:
npx create-quick-stack init
The CLI will then guide you through the setup process. You will be asked to enter a name for your project and to select your preferred framework and libraries.
Contributing
If you find this useful as is please let me know. If you find any bugs, please feel free to submit a pull request or open an issue. If you have any questions, you can contact me.
Supporting My Work
Please consider Buying Me A Coffee. I work hard to bring you my best content and any support would be greatly appreciated. Thank you for your support!