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
```
