1.3.0 • Published 3 months ago

create-my-express-app v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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.0

3 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago