Giter Site home page Giter Site logo

koa2-starter-cli's Introduction

koa2-starter-cli

Koa2 application generator.

Features

  • Custom template engine (e.g. pug, nunjucks, ejs).

  • Use ESLint to lint your code, and custom ESLint preset (e.g. Airbnb, Standard).

  • Routing with koa-router.

  • Parsing request with koa-body.

  • nodemon for development to auto-restart when your files change.

  • formatted Commit message with commitizen.

more detail see: koa2-starter

Installation

$ npm install -g koa2-starter

Usage

$ koa2 init <project-name>

The above command pulls the template from koa2-starter, prompts for some information, and generates the project at <project-name>

Example:

$ koa2 init my-koa
$ cd my-koa
$ git init # Some package needs Git. Of course, you may not need it.
$ npm install
$ npm run dev

koa-cli

License

MIT @ Liu Xing

koa2-starter-cli's People

Contributors

liuxing avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

koa2-starter-cli's Issues

Hi

I have a colleague with the same name of you,
Did you know him?

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.