New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-phaser-unofficialest

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-phaser-unofficialest

The most unofficial of Yeoman Generators for Phaser

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by800%
Maintainers
1
Weekly downloads
 
Created
Source

generator-phaser-unofficialest Build Status

An unofficial Yeoman generator to generate games with phaser.

For Javascript, scripts are broken up into CommonJS modules to make it easier to build clean code, using browserify to create a usable app.js.

For Typescript, scripts are classes under the Game module.

Usage

Install yo, bower, grunt-cli, and generator-phaser-unofficialest

npm-install -g yo bower grunt-cli generator-phaser-unofficialest

Create a new directory for the project, and change to that directory

mkdir my-cool-game && cd my-cool-game

Run yo phaser-unofficialest

yo phaser-unofficialest

Generators

Available Generators:

App

Sets up the Phaser application, giving you a bit of boilerplate to get started.

The following packages are installed by the generator.

  • phaser-official
  • lodash

These are compiled into the application with grunt.

State

Sets up a new Phaser State, choosing the boilerplate language that you have chosen for your application.

An optional argument allows you to set the name non-interactively. Otherwise, a name will be requested.

Keywords

FAQs

Package last updated on 12 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc