Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleeptank/phaserify
A simple command line tool to Browserify the latest PhaserJS CE release.
https://github.com/sleeptank/phaserify
browserify compile es2016 game gamedev html5 node phaser phaserjs
Last synced: about 2 months ago
JSON representation
A simple command line tool to Browserify the latest PhaserJS CE release.
- Host: GitHub
- URL: https://github.com/sleeptank/phaserify
- Owner: sleeptank
- License: other
- Created: 2017-03-27T00:39:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T05:53:37.000Z (almost 8 years ago)
- Last Synced: 2024-12-17T06:38:26.671Z (about 2 months ago)
- Topics: browserify, compile, es2016, game, gamedev, html5, node, phaser, phaserjs
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `phaserify`
### A simple command line tool to __Browserify__ the latest __Phaser-CE__ release.
__Helps keep your development bundle light for compilation.__
## Install
```
npm i -g phaserify
```## Usage
```sh
phaserify [dest_dir]
```## Example
Bundle __phaser-ce__ and place the _phaser-bundle.js_ in the working directory:
```js
phaserify
```Bundle and place in a specific directory (relative to the working path):
```js
phaserify dist
```You can include your _phaser-bundle.js_ along with your _bundle.js_:
```html
......
```## See also
[browserify](https://github.com/substack/node-browserify)
[phaser-ce](https://github.com/photonstorm/phaser-ce)
---
#### `phaserify` ⋆ © 2017 sleeptank ⋆ MIT license