这是indexloc提供的服务,不要输入任何密码
Skip to content

ryanj89/ezxpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Logo

Express application generator with AngularJS boilerplate.

NPM Version NPM Downloads

Installation

$ npm install -g ezxpress

Quick Start

Create the app:

$ ezx --git --gulp --css sass /tmp/foo

Install dependencies:

$ cd /tmp/foo && npm install

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

$ npm start

Sample Directory Structure

foo/
├── app/
│   ├── app.js
│   ├── gulpfile.js
│   ├── .gitignore
│   ├── package.json
│   ├── bin/
│   │   ├── www
│   ├── public/
│   │   ├── index.html
│   │   ├── assets/
│   │   ├── css/
│   │   │   ├── style.css
│   │   ├── js/
│   │   │   ├── app/
│   │   │   │   ├── app.config.js
│   │   │   │   ├── app.module.js
│   │   │   ├── component/
│   │   │   │   ├── example.component.js
│   │   │   │   ├── example.template.html
│   ├── routes/
│   │   ├── users.js

Command Line Options

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

-h, --help          output usage information
    --version       output the version number
-c, --css <engine>  add stylesheet <engine> support (less|stylus|compass|sass) (default: css)
    --git           add .gitignore
    --gulp          add gulpfile.js with browser-sync and nodemon
-f, --force         force on non-empty directory

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published