https://github.com/afrontend/generator-console-game
make a console game with fp-panel
https://github.com/afrontend/generator-console-game
Last synced: 12 months ago
JSON representation
make a console game with fp-panel
- Host: GitHub
- URL: https://github.com/afrontend/generator-console-game
- Owner: afrontend
- License: mit
- Created: 2019-05-10T13:01:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T15:50:37.000Z (about 3 years ago)
- Last Synced: 2025-05-30T13:07:17.981Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-console-game [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> make a console game with fp-panel
## Installation
First, install [Yeoman](http://yeoman.io) and generator-console-game using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-console-game
```
Then generate your new project:
```bash
yo console-game
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License
MIT © [Bob Hwang](https://afrontend.github.io)
[npm-image]: https://badge.fury.io/js/generator-console-game.svg
[npm-url]: https://npmjs.org/package/generator-console-game
[travis-image]: https://travis-ci.org/afrontend/generator-console-game.svg?branch=master
[travis-url]: https://travis-ci.org/afrontend/generator-console-game
[daviddm-image]: https://david-dm.org/afrontend/generator-console-game.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/afrontend/generator-console-game
[coveralls-image]: https://coveralls.io/repos/afrontend/generator-console-game/badge.svg
[coveralls-url]: https://coveralls.io/r/afrontend/generator-console-game