1.0.1 • Published 1 year ago

testgenie v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

DevGenie Documentation

DevGenie Logo

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.

GitHub stars GitHub forks GitHub issues

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:

  1. Open your terminal.
  2. Navigate to the directory where you want to create your new project.
  3. Execute the following command to start DevGenie:

    devgenie
  4. 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:

  1. Change to your project directory:

    cd your-project-directory
  2. 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

Twitter Follow GitHub followers

1.0.1

1 year ago

1.0.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago