MernMaker is a command-line interface (CLI) tool designed to streamline the process of building and managing MERN stack applications. This tool provides developers with an intuitive interface to quickly scaffold projects, manage dependencies, and automate common development tasks.
MernMaker is a command-line interface (CLI) tool designed to streamline the process of building and managing MERN stack applications. This tool provides developers with an intuitive interface to quickly scaffold projects, manage dependencies, and automate common development tasks.
To get started with MernMaker,
Download the files, and run (in the folder with setup.py)
pip install --user .
Add to PATH if not done. (see below for guide)
Now to create a new MERN app,
mernmaker create your_app_name
To edit or view github changelog,
mernmaker changelog update
mernmaker changelog view
To view code stats,
mernmaker stats
Linting,
mernmaker lint
To run MernMaker from any terminal window, you need to add it to your system’s PATH
. Follow the instructions below for your operating system.
~/.bash_profile
, ~/.bashrc
, or ~/.zshrc
, depending on the shell you are using. You can open it with a text editor, for example:nano ~/.bash_profile
/path/to/mernmaker
with the actual path where MernMaker is located:export PATH="$PATH:/path/to/mernmaker"
CTRL + X
, then Y
, and Enter
).source ~/.bash_profile
echo $PATH
Win + R
, type sysdm.cpl
, and hit Enter
.Path
variable, then click Edit.C:\path\to\mernmaker
).echo %PATH%
After adding MernMaker to your PATH
, you can run it from any terminal or command prompt window by simply typing mernmaker
.
MongoDB with choice for Tailwind CSS or pure CSS, ExpressJS and ReactJS.
To change these you will have to edit the main.py file.