Giter Club home page Giter Club logo

generator-cychen's Introduction

generator-koa-sudiyi

A yo generator with koa.js from sudiyi.

NPM Version Coverage Status Build Status Downloads Dependency Status License

Installation

First, install Yeoman and generator-koa-sudiyi using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-koa-sudiyi

Then generate your new project:

yo koa-sudiyi

What do you get?

Scaffolds out a complete generator directory structure for you:

.
├──lib/
│   ├── controllers/
│   ├── middlewares/
│   │   └── common/
│   │       └── request_id.js
│   ├── models/
│   ├── db/
│   ├── logger/
│   ├── routes/
│   ├── utils/
│   └── index.js
│
├── public/
├── app.js
├── .gitignore
├── .jshintrc
├── package.json
└── README.md

Run the demo

After the installation, we could run script to start server (http://localhost:3333).

npm start

Versions

1.0.0

The formal version of this generator. Works properly.

Will keep eyes on module update.

1.0.2

Tiny modify to Sequlize version to 3.13.0 (Because 3.14.3 will cause promise warning).

1.0.3

Modify index.js for further mocha test(next version will add a sample).

Remove the useless modules and add co-mocha, co-supertest to package.json

1.1.0

Simplify the node modules required and add logger, routes and some common middlewares.

Getting To Know Sudiyi

Sudiyi is cool to help user to collect online shopping packages.

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © Bo Li (solee.me)

generator-cychen's People

Watchers

James Cloos avatar  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.