magns
v1.0.3
Published
Magnus is a powerful CLI tool designed to help developers quickly set up pre-compiled projects using popular frameworks such as Angular, React, and React Native. With just a few simple commands, you can generate a fully functional project and start coding
Downloads
75
Readme
Magnus - Adaptive Web App Builder Library
Magnus is a powerful CLI tool designed to help developers quickly set up pre-compiled projects using popular frameworks such as Angular, React, and React Native. With just a few simple commands, you can generate a fully functional project and start coding right away.
Installation and Usage
To run on your machine, use the following commands:
Install the Magns CLI tool globally:
npm install -g magns
Create a new project:
magns create
Follow the prompts:
- Select the desired framework (Angular, React, or React Native).
- Provide a name for your project.
Step-by-Step Guide
Open the command prompt (cmd).
Navigate to the desktop:
cd desktop
Create a new directory for your project:
mkdir xyz
Move into the new directory:
cd xyz
Install the Magnus CLI tool globally:
npm install -g magns
Create a new project using Magnus:
magns create
Select the framework you want to use.
Give a name to the project.
Navigate into your project directory:
cd {your project name}
Run the project:
If you selected Angular:
ng serve
If you selected React:
npm start
If you selected React Native and have an Android emulator set up:
npx expo start
This project was done in collaboration with Mihir Gawade, Shelke Suraj, Dimpal Patil, and Vivek Thorat