Title here
Summary here
Commands:
dev <entrypoint> Run the Springboard development server
build [options] <entrypoint> Build the application bundles
start Start the application server
upgrade [options] <new-version> Upgrade package versions with a specified prefix in package.json files.
help [command] display help for command
Usage: npx sb dev src/index.tsx
Run the Springboard development server
Options:
-h, --help display help for command
Usage: npx sb build src/index.tsx
Build the application bundles
Options:
-w, --watch Watch for file changes
-p, --platforms <PLATFORM>,<PLATFORM> Platforms to build for
-h, --help display help for command
Usage: npx sb start [options]
Start the application server
Options:
-h, --help display help for command
Usage: npx sb upgrade [options] <new-version>
Upgrade package versions with a specified prefix in
package.json files.
Arguments:
new-version The new version number to set for matching packages.
Options:
--packages <files...> package.json files to update (default: ["package.json"])
--prefixes <prefixes...> Package name prefixes to match (can be comma-separated or repeated) (default: ["springboard","@springboardjs/","@jamtools/"])
-h, --help display help for command