All Projects → expressjs → Generator

expressjs / Generator

Licence: mit
Express' application generator

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Generator

The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-95.74%)
Mutual labels:  express, generator
Call My Congress
DEPRECATED. Simple app that displays contact information for US Congress representatives by district.
Stars: ✭ 125 (-92.4%)
Mutual labels:  express
Tokencaps
A middleware framework and persistence layer to aggregate and normalize crypto-currency data.
Stars: ✭ 118 (-92.82%)
Mutual labels:  express
Isomorphic Redux Cnode
😊👻基于react->express->mongo技术栈的同构SPA
Stars: ✭ 123 (-92.52%)
Mutual labels:  express
Heroes Angular Serverless
TypeScript Node/Express 👉TypeScript Serverless ➕Angular
Stars: ✭ 119 (-92.76%)
Mutual labels:  express
Wfplayer
🌊 WFPlayer.js is an audio waveform generator
Stars: ✭ 124 (-92.46%)
Mutual labels:  generator
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-92.88%)
Mutual labels:  express
Scaffolder
Scaffolder - Increasing dev velocity and standardizing file conventions.
Stars: ✭ 126 (-92.34%)
Mutual labels:  generator
Resource Router Middleware
🚴 Express REST resources as middleware mountable anywhere
Stars: ✭ 124 (-92.46%)
Mutual labels:  express
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-92.58%)
Mutual labels:  express
Githubdocs
Easily build a searchable documentation app using markdown files in your Github Repo or local Markdown files.
Stars: ✭ 122 (-92.58%)
Mutual labels:  express
Express Static Gzip
Simple wrapper on top of serveStatic, that allows serving pre-gzipped files as well as other types of compressions.
Stars: ✭ 119 (-92.76%)
Mutual labels:  express
Graphql Serverless
GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
Stars: ✭ 124 (-92.46%)
Mutual labels:  express
Movie Website
🎬基于 Node.js + Express + mongoDB + Bootstrap 搭建的电影网站。
Stars: ✭ 118 (-92.82%)
Mutual labels:  express
Surgeconfiggenerator
Surge配置生成器 (快速生成属于你自己的 Surge 配置)
Stars: ✭ 125 (-92.4%)
Mutual labels:  generator
Node Frameworks Benchmark
Simple HTTP benchmark for different nodejs frameworks using wrk
Stars: ✭ 117 (-92.88%)
Mutual labels:  express
Genesis
Templating, scaffolding and generation tool
Stars: ✭ 122 (-92.58%)
Mutual labels:  generator
Node Rate Limiter Flexible
Node.js rate limit requests by key with atomic increments in single process or distributed environment.
Stars: ✭ 1,950 (+18.61%)
Mutual labels:  express
Java Express
🧪 HTTP Framework based on expressjs, no dependencies, simple usage. Can be used to quickly spin up an API or serve local files.
Stars: ✭ 125 (-92.4%)
Mutual labels:  express
Openapi Python Client
Generate modern Python clients from OpenAPI
Stars: ✭ 126 (-92.34%)
Mutual labels:  generator

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].