majirya-cli
v0.0.77
Published
CLI tool for creating Frontend, Backend and Fullstack projects hassle free.
Downloads
2
Maintainers
Readme
Majirya CLI
Majirya CLI is a coommand line tool for quickly creating backend , frontend , full stack or a NextJs project structure.
A good development practise is to segregrate the code in several different folders and files. And of doing so a fixed 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
majirya init
initialse the projects
Options
- NextJs Project
- MERN Stack Project
- Frontend Only Poject
- Banckend Only Project
- Full Stack Project
Local Installation
- Fork and Clone repo. in local machine.
npm i && npm run dev
( In terminal of local clone)npm run dev2
(In a second terminal of yourtest folder) pls. once update thepackage.json
dev2 script such that it targets to actual path ofdist/index.js
file.