game-theme
v1.0.0
Published
Generate a theme for your next game!
Downloads
3
Maintainers
Readme
Game Theme Generator
Generate the theme of your next game!
Note: It works out-of-the-box as a CLI or module
Command Line gametheme
Installation
npm install game-theme --global
Usage
$> gametheme
Theme chosen: Crazy big weapon
Module
Installation
npm install game-theme
Usage
var theme = require('game-theme');
console.log('Theme: ', theme);
Contribute
You have an awesome game theme to share?
- Fork the repository
- Update the
themes.json
file - Create a Pull Request