1.3.1 • Published 7 months ago

create-my-express-app v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Express Starter Template

This template creates necessary files and folder for a basic express server, create database config files and also install necessary npm packages.

Usage

  1. Run the following command,

    npx create-my-express-app

    Then follow the prompts!

You can also directly specify the project name, database name, and the database you want to use via additional command line options. For example, run:

# npx create-my-expreaa-app <project-name> --db <database> --dbn <database-name>
npx create-my-express-app new-project --db mongodb --dbn new-database

You can use . for the project name to scaffold in the current directory.

use --help or -h to see options.

Currently supported databases:

  • mongodb
  • postgresql
1.3.1

7 months ago

1.3.0

1 year ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago