New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sbtool

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbtool

sbtool - A collection of Starbound modding command-line tools.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

Keywords

starbound

FAQs

Package last updated on 27 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts