Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheppard/smash2amd
Convert SMASH (d3) "import" to AMD "define"
https://github.com/sheppard/smash2amd
Last synced: 4 days ago
JSON representation
Convert SMASH (d3) "import" to AMD "define"
- Host: GitHub
- URL: https://github.com/sheppard/smash2amd
- Owner: sheppard
- Created: 2013-07-01T19:56:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T03:47:03.000Z (about 11 years ago)
- Last Synced: 2023-03-25T12:07:41.617Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
smash2amd
=========Reads [SMASH](https://github.com/mbostock/smash)-style `import` statements and converts them to [AMD](http://requirejs.org) `define()` calls.
Currently only works with [d3](http://github.com/mbostock/d3) source; see [amd3](http://github.com/sheppard/amd3) for output.
For background, see [mbostock/smash#12](https://github.com/mbostock/smash/issues/12).