0.0.7 • Published 10 years ago

pbskids-games-update v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago