|
1 | | -RobotlegsJS Phaser SignalCommandMap Extension |
| 1 | +RobotlegsJS Phaser-CE SignalCommandMap Extension |
2 | 2 | === |
3 | 3 |
|
4 | 4 | [](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/blob/master/LICENSE) |
5 | 5 | [](https://gitter.im/RobotlegsJS/RobotlegsJS) |
6 | | -[](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap) |
7 | | -[](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-signalcommandmap-master) |
8 | | -[](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/coverage) |
9 | | -[](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-signalcommandmap) |
10 | | -[](https://greenkeeper.io/) |
| 6 | +[](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap) |
| 7 | +[](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-ce-signalcommandmap-master) |
| 8 | +[](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/test_coverage) |
| 9 | +[](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce-signalcommandmap) |
| 10 | +[](https://greenkeeper.io/) |
11 | 11 | [](https://github.com/prettier/prettier) |
12 | 12 |
|
13 | 13 | A RobotlegsJS Extension that allows the mapping of Phaser.Signal class to commands. |
| 14 | + |
| 15 | +Installation |
| 16 | +--- |
| 17 | + |
| 18 | +You can get the latest release and the type definitions using [NPM](https://www.npmjs.com/): |
| 19 | + |
| 20 | +```bash |
| 21 | +npm install @robotlegsjs/phaser-ce-signalcommandmap --save-prod |
| 22 | +``` |
| 23 | + |
| 24 | +Or using [Yarn](https://yarnpkg.com/en/): |
| 25 | + |
| 26 | +```bash |
| 27 | +yarn add @robotlegsjs/phaser-ce-signalcommandmap |
| 28 | +``` |
| 29 | + |
| 30 | +Then follow the [installation instructions](https://github.com/RobotlegsJS/RobotlegsJS/blob/master/README.md#installation) of **RobotlegsJS** library to complete the setup of your project. |
| 31 | + |
| 32 | +License |
| 33 | +--- |
| 34 | + |
| 35 | +[MIT](LICENSE) |
0 commit comments