8000 GitHub - JDM-Github/jdm-react-router-cli: A CLI tool for quickly generating a serverless Express setup with Netlify, including Express routers, models, middleware, and React Router setup for seamless development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A CLI tool for quickly generating a serverless Express setup with Netlify, including Express routers, models, middleware, and React Router setup for seamless development.

License

Notifications You must be signed in to change notification settings

JDM-Github/jdm-react-router-cli

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDM CLI

Generate Express routers, models, and middleware effortlessly.

Installation

To install JDM CLI globally, run:

npm install -g jdm-cli

Usage

After installation, you can use jdm from the terminal.

Create a New Component

jdm create <type> <name>
  • type: router, model, or middleware
  • name: The name of the component

Example:

jdm create router user

Setup a New Project

jdm setup [options]

Options:

  • --force: Overwrite existing files
  • --clean: Remove existing project files before setup

Clean a Project

jdm clean

Removes unnecessary files and folders from your project.

View License

jdm license

Displays the MIT License for JDM CLI.

License

JDM CLI is licensed under the MIT License. Run jdm license to view it.

About

A CLI tool for quickly generating a serverless Express setup with Netlify, including Express routers, models, middleware, and React Router setup for seamless development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0