Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoechenberger/questplus.js
A QUEST+ implementation in TypeScript.
https://github.com/hoechenberger/questplus.js
Last synced: 16 days ago
JSON representation
A QUEST+ implementation in TypeScript.
- Host: GitHub
- URL: https://github.com/hoechenberger/questplus.js
- Owner: hoechenberger
- License: mit
- Created: 2020-11-01T11:58:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T14:51:12.000Z (over 3 years ago)
- Last Synced: 2024-11-01T09:43:24.526Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# questplus.js – a QUEST+ implementation in TypeScript
⚠️⚠️⚠️ Very much WIP, do not use yet. ⚠️⚠️⚠️
## Development installation
```shell
npm i
```## Running the demo module
```shell
node src/demo.mjs
```## Building a JavaScript NPM package
```shell
npm run build
npm pack
```This will create an archive `questplus-x.y.z.tgz`, which you may
install via `npm` into another project:```shell
npm i /Development/questplus.js/questplus-x.y.z.tgz
```