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

sbpak

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbpak

sbpak - A javascript utility to pack and unpack Starbound pak files.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

sbpak

A standalone Starbound pak file multitool.

sbpak is a command-line utility for interacting with Starbound pak files.

For help, use the command sbpak -h

Usage

Currently available are the following commands:

sbpak files $pak - which dumps out the list of files available in the pak file at $pak

sbpak meta $pak - which dumps out the metadata for the pak file at $pak

sbpak pack $dir $pak - create a new pak at $pak out of the files in $dir

sbpak unpack $pak $dir - export all files and metadata contained in the pak at $pak to $dir

sbpak dump $pak $file [$dest] - dump the contents of the file at path $file within the pak at $pak; outputs to stdout unless optional param $dest is specified

WARNING: Git for Windows users should be warned that MSys attempts to perform some path auto-translation that will backfire when using the sbpak dump command. This is not an sbpak bug. To work around this issue, try prepending an extra slash to the path specified as indicated in this StackOverflow answer.

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