0.1.0 • Published 9 years ago

corki-proxy v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

corki-proxy

A proxy to make front-end developing better.

It provides front-end source compiling, just like, request main.less, it will response with the content which has been compiled and can be used in browser.

Support resource type: see corki-compiler

Usage

Command

# serve current work directory
corkip .

# assign port
corkip example --port 4000

Program

const proxy = require('corkic-proxy')

proxy.serve('path/to/project')

Todo

  • customize middlewares
  • more options for configure