Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/builder3
o2 engine, a compiler that turns KAG to JS used in oice.com
https://github.com/likecoin/builder3
javascript kag kirikiri krkr oice visual-novel
Last synced: 2 days ago
JSON representation
o2 engine, a compiler that turns KAG to JS used in oice.com
- Host: GitHub
- URL: https://github.com/likecoin/builder3
- Owner: likecoin
- License: other
- Created: 2015-06-09T17:03:30.000Z (over 9 years ago)
- Default Branch: oice
- Last Pushed: 2023-09-05T16:26:17.000Z (about 1 year ago)
- Last Synced: 2024-05-07T12:02:56.357Z (6 months ago)
- Topics: javascript, kag, kirikiri, krkr, oice, visual-novel
- Language: Shell
- Homepage: https://oice.com
- Size: 918 KB
- Stars: 4
- Watchers: 14
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# builder3
This is the proprietary software for building oice, please refer to LICENSE file for details.
## run
```
$ node builder3.js -e 2.2.1 [src] [dest]
```## Building docker image for use in oice/kubernetes
!!! Image [modmod](https://github.com/lakoo/oice-server) is required as base !!!
```bash
$ ./build.sh
```The image will be tagged as `o2rqworker`