testgenie
v1.0.1
Published
A CLI tool for setting up projects
Downloads
15
Maintainers
Readme
DevGenie Documentation
DevGenie is a versatile tool designed to simplify the setup process for various types of applications, including web apps, mobile apps, and desktop apps. With DevGenie, you can quickly initialize a project with a pre-configured template based on your preferences. This documentation provides a step-by-step guide on how to install and use DevGenie.
Prerequisites
Installation
To install DevGenie globally on your system, execute the following command in your terminal:
npm install -g devgenie
This command will install DevGenie globally, making it accessible from any directory on your system.
Features
- Quickly set up a new project with predefined configurations.
- Supports multiple application types: Mobile App, Web App, Desktop App.
- Provides various development frameworks and state management options for web apps.
- User-friendly CLI with interactive prompts.
Usage
After installing DevGenie, you can initialize a new project by following these steps:
Open your terminal.
Navigate to the directory where you want to create your new project.
Execute the following command to start DevGenie:
devgenie
Follow the prompts to choose your project type (web app, mobile app, or desktop app). DevGenie will guide you through the selection process and automatically set up the appropriate template in your directory.
=======🧞==========👑============🧞==========👑===========🧞
Welcome to DevGenie!
=======👑==========🧞============👑==========🧞===========👑
Author - Mandev
💥🧞🧞🧞 DevGenie 🧞🧞🧞💥
Initialize your project with standard configurations in seconds 🧞👑🎉✅
? Select Application Type (Use arrow keys)
❯ Mobile App
Web App
Desktop App
Project Setup
Once DevGenie has created your project template, you need to install the necessary dependencies. You can do this using either npm or Yarn. Follow the steps below:
Change to your project directory:
cd your-project-directory
Install the project dependencies using your preferred package manager:
Using npm:
npm install
Using Yarn:
yarn install
Contributors
Thanks goes to these wonderful people (emoji key):
Conclusion
DevGenie streamlines the process of setting up new projects by providing pre-configured templates tailored to your needs. By following the installation and usage instructions in this documentation, you can quickly get started on your next web, mobile, or desktop application project.
Made with 💖 by ManDev