Giter VIP home page Giter VIP logo

create-express-with-superpowers's Introduction

Create Express With Superpowers

Generate a new project based on express-with-superpowers

Features

  • Preconfigured JSON logger
  • Swagger support
  • IDE integration (editorconfig) and linter (eslint + prettier + aribnb-base)
  • Automated tests (end-to-end, unit, coverage, travis)
  • And more!

Usage

$ npm init express-with-superpowers ./example && cd ./example

CLI

Usage: npm init express-with-superpowers [options] <project-location>

Options:

  -V, --version                    output the version number
  -D, --description [description]  add a description
  -A, --author [author]            add an author
  -K, --keywords <keywords>        a list of keywords (ex: foo,bar,baz)
  -h, --help                       output usage information

Content generated

├── .editorconfig
├── .eslintrc.json
├── .gitignore
├── .npmrc
├── .travis.yml
├── bin
│   ├── start.js
│   └── stop.js
├── license.txt
├── package.json
├── package-lock.json
├── public
│   └── favicon.ico
├── readme.md
├── src
│   ├── application.js
│   ├── heartbeat
│   │   ├── index.js
│   │   ├── routes-handlers.js
│   │   ├── routes.js
│   │   ├── service.js
│   │   └── swagger.js
│   └── shared
│       ├── api-registrar.js
│       ├── configuration.js
│       ├── logger.js
│       ├── middlewares
│       │   ├── add-dedicated-logger-to-each-request.js
│       │   ├── add-request-id.js
│       │   ├── handle-errors.js
│       │   ├── handle-unknown-routes.js
│       │   ├── index.js
│       │   ├── log-exiting-response.js
│       │   ├── log-incoming-request.js
│       │   └── support-boom-in-response.js
│       └── swagger-base.js
└── test
    └── e2e
        ├── heartbeat.js
        └── hook.js

Created by

  • Simon Renoult

License

See license.txt

create-express-with-superpowers's People

Contributors

doppins-bot avatar simonrenoult avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.