raptor-dev
Version:
Developer tools for RaptorJS
18 lines (14 loc) • 312 B
Markdown
raptor-dev
=========================
# Install
```
git clone git@github.com:raptorjs/raptor-dev.git
cd raptor-dev
npm link
```
# Convert AMD modules to CommonJS modules
__Warning:__ Before running this script make sure all code changes are checked in.
```
cd <my-project/lib
raptor-dev migrate javascript
```