mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
Update README.md
This commit is contained in:
parent
7b48f33cb9
commit
73b583ac0d
2 changed files with 2 additions and 7 deletions
|
|
@ -6,11 +6,7 @@ Can be used in Node.js or in a web browser.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This repository includes examples of [stdio interface implementation](https://github.com/He4eT/cheap-glkote/blob/master/src/stdio.js) and [integration with Emglken](https://github.com/He4eT/cheap-glkote/blob/master/tests/player.stdio.js).<br>
|
This repository includes examples of [stdio interface implementation](https://github.com/He4eT/cheap-glkote/blob/master/src/stdio.js) and [integration with Emglken](https://github.com/He4eT/cheap-glkote/blob/master/tests/player.stdio.js).
|
||||||
You can try this version with `npx`:
|
|
||||||
```
|
|
||||||
npx cheap-glkote path/to/storyfile
|
|
||||||
```
|
|
||||||
|
|
||||||
### Initialization
|
### Initialization
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cheap-glkote",
|
"name": "cheap-glkote",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Abstract JavaScript implementation of GlkOte",
|
"description": "Abstract JavaScript implementation of GlkOte",
|
||||||
"author": "He4eT <He4eTHb1u@gmail.com>",
|
"author": "He4eT <He4eTHb1u@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
"interactive-fiction"
|
"interactive-fiction"
|
||||||
],
|
],
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"bin": "bin/player.stdio.js",
|
|
||||||
"repository": "https://github.com/He4eT/cheap-glkote",
|
"repository": "https://github.com/He4eT/cheap-glkote",
|
||||||
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
|
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue