Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhairyamajmudar/majirya-cli

CLI Tool for building MERN Stack and NextJs apps quickly ( Under Dev )
https://github.com/dhairyamajmudar/majirya-cli

cli typescript

Last synced: 4 days ago
JSON representation

CLI Tool for building MERN Stack and NextJs apps quickly ( Under Dev )

Awesome Lists containing this project

README

        

# Majirya CLI

### Majirya CLI is a command line tool for quickly creating backend, frontend, or full stack NextJs project structure.

#### A good development practice is to segregate the code in several different folders and files. And for doing so a project structure is followed.

#### Majirya CLI removes the hastle of mannualy creating the project structure. Using Majirya CLI devlopers can quickly creates the project structure of thier own choice with only a command or two.

# Quick install

`npm i -g majirya-cli`

# Commands

1. `majirya init`

initialse the projects

## Options

1. NextJs Project
2. MERN Stack Project
- Frontend Only Poject
- Banckend Only Project
- Full Stack Project

## Local Installation

1. Fork and Clone repo. in local machine.
2. `npm i && npm run dev` ( In terminal of local clone)
3. `npm run dev2` (In a second terminal of yourtest folder) pls. once update the `package.json` dev2 script such that it targets to actual path of `dist/index.js` file.

Developed by Dhairya Majmudar with ♥️