Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 399 Bytes

amdify

Super-easy AMD optimize-as-a-service service. Try it now!

Installation

yarn
PORT=8132 node app.js

Usage

GET /@searchfe/promise.js

This will automatically install package @searchfe/promise via apmjs, optimize via require.js optimizer, and serve it via HTTP.

Debug

DEBUG=amdify node app.js