Support tool to create new extension for Xcratch
npm install xcratch-createxcratch-create is a Node executable script to download template code and replace properties with the arguments. The created files can be used as base of your own extension.
``sh`
npx xcratch-create --repo=xcx-my-extension --account=github-account --extensionID=myExtension --extensionName='My Extension'
- --repo : Name of the repository on GitHub
- --account : Account on GitHub
- --extensionID : ID of the extension in Scratch (allowed RegExp /^[a-z0-9]+$/i`)
- --extensionName : Label string of the extension on the Editor in English
- --version : Show version of this command
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Koji Yokokawa.
This project is MIT licensed.