js-starbound is a metapackage to help easily work with several types of Starbound files.
Currently provided are the following libraries:
- SBON
- SBVJ01
- SBAsset6
- ByteAccordion (dependency of SBON, SBVJ01, SBAsset6)
Ensure you have at least node.js v12+, and then...
$ yarn add js-starbound
In brief:
'use strict'
const { SBAsset6, SBVJ01, SBON } = require('js-starbound')
// and use SBAsset6, SBVJ01, SBON...etc. all as is documented for each individual module
Documentation is available here: