@scenery/create-script
v1.0.0
Published
Starter template for writing Cavalry scripts
Downloads
441
Readme
create-script
Command line interface to quickly start writing Cavalry scripts
[!NOTE] Want to publish your script on Scenery? Come talk to us on Discord or send us a message!
Quick Start
Create a new script template by running the following command on the command line. This will guide you through creating the template. It requires Node to be installed.
npm create @scenery/script@latestMost other package managers such as yarn are also supported.
Follow the prompts and run the following command in the newly created folder to start developing.
npm run devDocumentation
Further details in the monorepo.
