MCPcopy
hub / github.com/expressjs/generator

github.com/expressjs/generator @v4.16.1 sqlite

repository ↗ · DeepWiki ↗ · release v4.16.1 ↗
30 symbols 58 edges 6 files 16 documented · 53%
README

Express Logo

Express' application generator.

NPM Version NPM Downloads Linux Build Windows Build

Installation

$ npm install -g express-generator

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Create the app:

$ express --view=hbs /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Start your Express.js app at http://localhost:3000/:

$ npm start

Command Line Options

This generator can also be further configured with the following command line flags.

    --version        output the version number
-e, --ejs            add ejs engine support
    --pug            add pug engine support
    --hbs            add handlebars engine support
-H, --hogan          add hogan.js engine support
-v, --view <engine>  add view <engine> support (dust|ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)
    --no-view        use static html instead of view engine
-c, --css <engine>   add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
    --git            add .gitignore
-f, --force          force on non-empty directory
-h, --help           output usage information

License

MIT

Core symbols most depended-on inside this repo

done
called by 63
bin/express-cli.js
setupTestEnvironment
called by 25
test/cmd.js
run
called by 20
test/cmd.js
before
called by 15
bin/express-cli.js
copyTemplateMulti
called by 14
bin/express-cli.js
npmInstall
called by 12
test/cmd.js
runRaw
called by 12
test/cmd.js
mkdir
called by 8
bin/express-cli.js

Shape

Function 30

Languages

TypeScript100%

Modules by API surface

bin/express-cli.js18 symbols
test/support/utils.js5 symbols
test/cmd.js5 symbols
test/support/app-runner.js2 symbols

Dependencies from manifests, versioned

commander2.15.1 · 1×
ejs2.6.1 · 1×
eslint5.16.0 · 1×
eslint-config-standard12.0.0 · 1×
eslint-plugin-import2.17.2 · 1×
eslint-plugin-node8.0.1 · 1×
eslint-plugin-promise4.1.1 · 1×
eslint-plugin-standard4.0.0 · 1×
minimatch3.0.4 · 1×
mkdirp0.5.1 · 1×
mocha6.1.4 · 1×
rimraf2.6.3 · 1×

For agents

$ claude mcp add generator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact