https://github.com/nodegame/nodegame-generator
Handle creation of nodeGame games via boilerplate
https://github.com/nodegame/nodegame-generator
boilerplate generator nodegame
Last synced: 2 days ago
JSON representation
Handle creation of nodeGame games via boilerplate
- Host: GitHub
- URL: https://github.com/nodegame/nodegame-generator
- Owner: nodeGame
- License: mit
- Created: 2018-02-26T20:35:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T14:55:05.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:44:19.936Z (11 months ago)
- Topics: boilerplate, generator, nodegame
- Language: JavaScript
- Homepage: http://nodegame.org
- Size: 295 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[nodeGame'](https://www.nodegame.org) game generator.
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Linux Build][travis-image]][travis-url]
## Installation
```sh
$ npm install -g nodegame-generator
```
## Quick Start
The quickest way to get started with nodeGame is to utilize the executable `nodegame(1)` to generate a new game as shown below:
Create the game:
```bash
$ nodegame create-game /tmp/mygame myname myemail@com
```
Update configuration file:
```bash
$ nodegame update-conf
```
## Command Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
--git add .gitignore
-f, --force force on non-empty directory
## Kudos
Originally based on a fork of [Express Generator](https://github.com/expressjs/generator).
## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/nodegame-generator.svg
[npm-url]: https://npmjs.org/package/nodegame-generator
[travis-image]: https://img.shields.io/travis/nodegamejs/generator/master.svg
[travis-url]: https://travis-ci.org/nodegamejs/generator
[downloads-image]: https://img.shields.io/npm/dm/nodegame-generator.svg
[downloads-url]: https://npmjs.org/package/nodegame-generator