sbtool

1.0.2 • Public • Published

sbtool

A collection of Starbound modding command-line tools.

sbtool is a small suite of useful command-line tools for use during an automated build process.

For help, use the command sbtool -h

Usage

Currently available are the following commands:

sbtool genpatch $assets $modifiedDir $dest - generates JSON patch files, given a set of original files at $assets and set of modified files at $modifiedDir, outputting to $dest

sbtool pngpack $target - compress png assets in $target to save space

sbtool checkjson $target - validates all files in $target for JSON validity (works around JSON spec violations by Starbound)

Note: Use of sbtool genpatch requires the path of Starbound's unpacked assets to be provided. Unpack the assets to a common directory via either Starbound's own asset_unpacker utility or sbpak unpack.

License

Licensed under the MIT license. See ./LICENSE for the license text.

Readme

Keywords

Package Sidebar

Install

npm i sbtool

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

29 kB

Total Files

17

Last publish

Collaborators

  • katanac