0.0.7 • Published 9 years ago

pbskids-games-update v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

pbskids-games-update

Build Status Dependency Status

Running major structural updates to games created with the PBSKidsGameTemplate.

Usage

games-update [--all] [--pull] [--update=*] [*]

For example, to run a patch on all games:

games-update --all --update=patch.js

patch.js

module.exports = function(gamePath)
{
  // do something to the game
  // where gamePath is the full
  // system path to the root
  // game folder.
};

Install

sudo npm install -g pbskids-games-update

License

MIT License.

0.0.8

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago