Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
CLI Tool for building MERN Stack and NextJs apps quickly ( Under Dev )
- Host: GitHub
- URL: https://github.com/dhairyamajmudar/majirya-cli
- Owner: DhairyaMajmudar
- Created: 2024-04-25T21:19:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:12:17.000Z (6 months ago)
- Last Synced: 2024-10-07T16:56:15.164Z (3 months ago)
- Topics: cli, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/majirya-cli
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 ♥️