1.0.18 • Published 5 years ago

nomi-core v1.0.18

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

nomi-core

the core package of nomi framework.

Installation

$ npm install nomi-core --save

Node.js >= 8.0.0 required.

API

  • match

Usage

import Server from 'nomi-core';
const server = new Server('d:nomi-test/config/config.js');
const app = new require('koa');
app.use(server.match);