Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
/ js-starbound Public archive

A collection of node.js libraries for working with Starbound files.

License

Notifications You must be signed in to change notification settings

katanacrimson/js-starbound

Repository files navigation

js-starbound

A collection of node.js libraries for working with Starbound files.

js-starbound is a metapackage to help easily work with several types of Starbound files.

Currently provided are the following libraries:

How do I install this library?

Ensure you have at least node.js v12+, and then...

$ yarn add js-starbound

How do I use this library?

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:

About

A collection of node.js libraries for working with Starbound files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published