Gathering detailed insights and metrics for create-mern-application
Gathering detailed insights and metrics for create-mern-application
Gathering detailed insights and metrics for create-mern-application
Gathering detailed insights and metrics for create-mern-application
@mahjongg/mern-mvc
A CLI that will build a MERN stack application using create-react-app
create-express-structure
A package to easily create the best express web application structure
create-vault
A CLI tool to instantly set up a Full Stack (MERN) or Backend project with a structured folder system and pre-installed dependencies.
@vcangel/create-webpack-app
Easily create a webpack application. Multiple development stacks available
A bootstrapper for creating a MERN application.
npm install create-mern-application
Typescript
Module System
Node Version
NPM Version
TypeScript (74.65%)
JavaScript (15.2%)
HTML (5.09%)
CSS (5.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
143 Commits
1 Forks
1 Watchers
21 Branches
1 Contributors
Updated on Jun 17, 2021
Latest Version
0.11.0
Package Id
create-mern-application@0.11.0
Unpacked Size
178.31 kB
Size
70.97 kB
File Count
51
NPM Version
6.14.5
Node Version
10.16.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
A bootstrapper for creating a MERN application.
I've made a lot of MERN applications lately, and I want to make that process easier for myself and for others, by creating a bootstrapper that mirrors the simplicity of starting a new application with create-react-app. Thus, create-mern-application was born.
You can either use npx
, or install the package globally on your machine.
npx create-mern-application cool-app-name
npm install -g create-mern-application
npx create-mern-application cool-app-name
By deafault, create-mern-application will create your application as a JavaScript project. You can pass the --typescript
flag to create a TypeScript project instead.
create-mern-application cool-app-name --typescript
Want support for an additional language? Feel free to open a new issue.
You can choose to use the application in an interactive mode by passing the flag --interactive
.
This mode grants you several additional options.
Please be sure to have your MongoDB instance running prior to starting your application.
npm start
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
83 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More