Skip to content

Commit

Permalink
Readme update and hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
greatsquare0 committed Aug 8, 2024
1 parent a718ccf commit 44a6aca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# tweenode
# Tweenode

> 🚨 highly experimental
A neat NPM package and wrapper for Tweego, downloads binaries from Tweego repo and expose a simple way to compile the story on JS

Expand All @@ -8,7 +10,19 @@ Created with [Bun-lib-starter](https://github.com/wobsoriano/bun-lib-starter)

Based in the tweego-install script on [sugarcube-starter](https://github.com/nijikokun/sugarcube-starter/) by nijikokun

## Setup
## Basic usage

```js
import tweenode from 'tweenode'

tweenode({
input: 'path/to/storyFolder'
output: 'path/to/output.html'
})

```

## Development

```bash
# install dependencies
Expand Down
1 change: 1 addition & 0 deletions config_template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[tweego.binaries]
acceptable_plataforms = ['win32', 'darwin', 'linux']
acceptable_arch = ['x86', 'x64']
version = 'v2.1.1'

[tweego.binaries.win32]
Expand Down

0 comments on commit 44a6aca

Please sign in to comment.