react-mvvm-architecture
Advanced tools
Comparing version
{ | ||
"name": "react-mvvm-architecture", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "React MVVM Architecture is a simple and opinionated custom React framework that provides a solid foundation for building modern, efficient, and scalable React applications following the principles of MVVM (Model-View-ViewModel). It aims to simplify the setup process and offers a well-organized project structure to help developers get started quickly.", | ||
"main": "index.js", | ||
"bin": { | ||
"create-my-react-app": "./bin/create-my-react-app" | ||
"react-mvvm-app": "./create-my-react-app" | ||
}, | ||
@@ -19,4 +19,4 @@ "keywords": ["react", "mvvm architecture", "framework", "zustand", "react-query", "typescript", "scalable", "aamir mansuri"], | ||
}, | ||
"files": ["bin", "README.md"], | ||
"files": ["create-my-react-app", "README.md"], | ||
"preferGlobal": true | ||
} |
@@ -10,3 +10,3 @@ # React MVVM Architecture (Beta) | ||
```bash | ||
npx react-mvvm-architecture create my-new-app | ||
npx react-mvvm-app create my-new-app | ||
``` | ||
@@ -13,0 +13,0 @@ |
6024
0.1%