Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mern-x

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mern-x - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc