Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```