amdify

Amdify converts your node.js code into browser-compatible code. For example

BSD 18 个版本
安装
npm install amdify
yarn add amdify
pnpm add amdify
bun add amdify
README

Amdify converts your commonJS code (node.js) into browser-compatible code. Just point amdify to a node.js entry point:


# combine in a single file
amdify -e ./application/entry.js -o ./amd/output.js

# wrap the files, and copy them to their own directory
amdify -e ./application/entry.js -o ./amd
版本列表
0.0.26 2013-12-10
0.0.25 2013-10-30
0.0.24 2013-08-15
0.0.21 2013-06-27
0.0.20 2013-06-27
0.0.18 2013-06-14
0.0.17 2013-05-15
0.0.16 2013-04-30
0.0.15 2013-04-23
0.0.14 2013-04-22
0.0.13 2013-04-19
0.0.12 2013-04-09
0.0.9 2013-04-02
0.0.8 2013-03-22
0.0.7 2013-03-22
0.0.6 2013-03-16
0.0.5 2013-03-15
0.0.1 2013-03-14