Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "mern-x", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "MERN-X is a comprehensive full-stack framework designed to streamline the development of web applications using the popular MERN stack: MongoDB, Express.js, React, and Node.js. Built with simplicity and scalability in mind, MERN-X empowers developers to create robust and efficient applications from end to end.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,4 +6,3 @@ ### Installation: | ||
npx mern-x@latest | ||
``` | ||
``` | ||
// For yarn | ||
yarn exec mern-x | ||
@@ -16,2 +15,6 @@ ``` | ||
npx run dev // Complete Project Will Run @3001 | ||
// For yarn | ||
yarn run mern | ||
yarn run dev | ||
``` | ||
@@ -22,2 +25,4 @@ | ||
npm run create:model YourModelName | ||
// For yarn | ||
yarn run create:model YourModelName | ||
``` | ||
@@ -28,2 +33,4 @@ | ||
npm run create:controller YourControllerName | ||
// For yarn | ||
yarn run create:controller YourControllerName | ||
``` | ||
@@ -34,2 +41,4 @@ | ||
npm run create:middleware YourMiddlewareName | ||
// For yarn | ||
yarn run create:middleware YourMiddlewareName | ||
``` | ||
@@ -40,2 +49,4 @@ | ||
npm run create:page YourPageName | ||
// For yarn | ||
yarn run create:page YourPageName | ||
``` | ||
@@ -46,2 +57,4 @@ | ||
npm run create:component YourComponentName | ||
// For yarn | ||
yarn run create:component YourComponentName | ||
``` | ||
@@ -52,2 +65,4 @@ | ||
npm run create:loader YourLoaderName | ||
// For yarn | ||
yarn run create:loader YourLoaderName | ||
``` | ||
@@ -58,2 +73,4 @@ | ||
npm run create:layout YourLayoutName | ||
// For yarn | ||
yarn run create:layout YourLayoutName | ||
``` | ||
@@ -60,0 +77,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10354
172