Skip to content

Commit 4631255

Browse files
committed
chore: rebrand package to @dmsudev/mfog
- rename package from modular-framework-offline-generator - update README installation instructions and npm badge - add legacy history section to CHANGELOG"
1 parent 4f7f4ed commit 4631255

3 files changed

Lines changed: 26 additions & 7 deletions

File tree

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0] - 2026-05-30
4+
5+
> Rebranded from `modular-framework-offline-generator` to `@dmsudev/mfog`.
6+
> Previous release history is preserved below for reference.
7+
8+
### Changed
9+
10+
- Renamed package to `@dmsudev/mfog`
11+
- Migrated repository to `DMsuDev/mfog-cli`
12+
13+
---
14+
15+
## Legacy — modular-framework-offline-generator
16+
317
## [1.3.2] - 2026-05-29
418

519
Internal refactor into modular CLI/services/registry layers, improved error handling, pnpm + lint tooling for contributors, `7zip-min` v3, and README/SVG updates. CLI behavior for end users is unchanged.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- Primary badges -->
1818
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/Runtime-Node.js-339933?style=flat&logo=node.js" alt="Runtime - Node.js" /></a>
1919
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green?style=flat&logo=open-source-initiative&logoColor=white" alt="License MIT" /></a>
20-
<a href="https://www.npmjs.com/package/modular-framework-offline-generator"><img src="https://img.shields.io/npm/v/modular-framework-offline-generator?style=flat&logo=npm" alt="Published on NPM" /></a>
20+
<a href="https://www.npmjs.com/package/@dmsudev/mfog"><img src="https://img.shields.io/npm/v/@dmsudev/mfog?style=flat&logo=npm" alt="Published on NPM" /></a>
2121
</p>
2222

2323
<p>
@@ -49,6 +49,8 @@ It allows you to scaffold projects using prebuilt local templates, without requi
4949

5050
This makes project creation easy for environments with limited connectivity or for users who prefer a faster setup process.
5151

52+
> Previously published as [`modular-framework-offline-generator`](https://www.npmjs.com/package/modular-framework-offline-generator).
53+
5254
<p align="center">
5355
<img src="assets/app.gif" width="600" alt="MFOG App Preview">
5456
</p>
@@ -63,7 +65,7 @@ This makes project creation easy for environments with limited connectivity or f
6365
Install MFOG globally via npm:
6466

6567
```sh
66-
npm install -g modular-framework-offline-generator
68+
npm install -g @dmsudev/mfog
6769
```
6870

6971
Once installed, the `mfog` command will be available in your terminal.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"name": "modular-framework-offline-generator",
3-
"version": "1.3.2",
2+
"name": "@dmsudev/mfog",
3+
"version": "1.0.0",
44
"description": "Modular CLI for creating projects from multiple frameworks using offline local templates.",
55
"keywords": [
66
"cli",
77
"scaffold",
88
"project-generator",
9+
"mfog",
10+
"@dmsudev/mfog",
11+
"modular-framework-offline-generator",
912
"create-react-app",
1013
"template",
1114
"offline",
@@ -16,12 +19,12 @@
1619
],
1720
"repository": {
1821
"type": "git",
19-
"url": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator.git"
22+
"url": "https://github.com/DMsuDev/mfog-cli.git"
2023
},
2124
"bugs": {
22-
"url": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator/issues"
25+
"url": "https://github.com/DMsuDev/mfog-cli/issues"
2326
},
24-
"homepage": "https://github.com/DMsuDev/Modular-Framework-Offline-Generator#readme",
27+
"homepage": "https://github.com/DMsuDev/mfog-cli#readme",
2528
"author": "DMsuDev",
2629
"license": "MIT",
2730
"type": "module",

0 commit comments

Comments
 (0)