0.0.5 • Published 10 years ago

generator-impactplusplus v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-impactplusplus

Yeoman generator that scaffolds out an impact++ game

Getting Started

install Node.js/npm

install Yeoman

$ npm install -g yo

install generator-impactplusplus

$ npm install -g generator-impactplusplus

run the generator to build a quick impact++ scaffold

$ yo impactplusplus

Documentation

generator-impactplusplus supports these other commands too!

update-impactjs

Update to the latest version of ImpactJS, or install ImpactJS if it is not already installed.

$ yo impactplusplus:update-impactjs "MY-LICENSE-KEY"

to download the latest version of ImpactJS

or

$ yo impactplusplus:update-impactjs "../path/to/impactjs"

to copy ImpactJS from another local directory

Version History

0.0.5

0.0.4

0.0.2

  • Move download/copy of impactjs to subgenerator

0.0.1

  • Generate empty game
  • Generate impact++ sample game (jumpnrun or supercollider)
  • Download or copy of impactjs version
  • Download latest impact++ version

License

MIT

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago