@scenery/create-script
v0.1.6
Published
Starter template for writing Cavalry scripts
Downloads
2
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@latest
Most 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 dev
Documentation
Further details in the monorepo.