amdify

0.0.26 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.26
    5
    • latest

Version History

Package Sidebar

Install

npm i amdify

Weekly Downloads

8

Version

0.0.26

License

BSD

Last publish

Collaborators

  • architectd
  • crcn