Skip to content

DMsuDev/Modular-Framework-Offline-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Modular Framework Offline Generator (MFOG)

MFOG

Node.js Published on NPM License: MIT

📑 Table of Contents

✨ About MFOG

MFOG is an offline generator that allows you to quickly create applications using pre‑built local templates.

Its goal is to simplify the creation of basic projects without downloading templates from the internet.

MFOG App Preview

This project is inspired by CRAO by Baronsindo.
You can view the original project here:
CRAO Repository

CLI Installation

To install the CLI for the first time, run:

npm install -g modular-framework-offline-generator

Once installed, you’ll be able to create React or Next.js applications completely offline

🚀 Usage

To run the app, simply execute in your terminal:

mfog

The program will ask you for a project name and will create a directory with that name inside the current folder.

Inside that directory, it will generate:

  • The initial project structure
  • Essential files
  • All required dependencies (installed locally)

You won’t need to worry about complex configurations or unnecessary boilerplate. You’ll get exactly what you need to start building your application.

📂 Accessing the generated project

Once the installation is complete, enter the project folder:

cd your-project-name

Commands

Inside the newly created project, you can run:

npm run dev

This starts the development environment so you can begin working on your application.

If you created a Vue.js or Next.js project, you need to run the following command:

npm start

🧩Frameworks

Vue
v3.5.26
React
v19.2.0
Angular
v21.1.0
Next.js
v16.1.1

📝 License

MFOG is licensed under the MIT License.
See the LICENSE file for more details.

License: MIT