docpad-plugin-umd
Wrap specified JavaScript documents in the Universal Module Definition (UMD) allowing them to run in AMD, Require.js, CommonJS/Node.js, Ender and Vanilla environments automatically
Usage
For the documents that you want to be wrapped inside UMD, specify umd: true
inside your document's meta data header like so:
---
umd: true
---
// your javascript content
and it will be transformed into:
/*global define:false require:false */{if typeof module !== 'undefined' && moduleexports moduleexports = ;else if typeof define === 'function' && defineamd ;else if typeof provide === 'function' ;else contextname = ;}'the-javascript-file-basename' this {// your javascript content};
Install
Install this DocPad plugin by entering docpad install umd
into your terminal.
History
Discover the release history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
These amazing people have contributed finances to this project:
Become a sponsor!
Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd
and licensed under: