turbowarp-packager-cli
v1.6.2
Published
This project is a CLI wrapper for the @turbowarp/packager package. It allows you to easily package your Scratch 3.0 projects using the @turbowarp/packager package without having to write any code. Can be used in CI/CD pipelines.
Downloads
2
Readme
Turbowarp Packager CLI
I created the package to use Turbowarp Packager from github actions so that I can automate the deployment of Scratch projects to github pages.
The version of the package is pinned to the version of Turbowarp Packager
Usage
Usage: npx turbowarp-packager-cli [options]
Options:
-i, --input <inputFile> The input Scratch 3.0 project file (Required)
-o, --output <outputFolder> The output folder for the packaged project (Required)
-s, --settings <settingsFile> The settings file for the packager (Optional)
-h, --help display help for command