Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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