xcratch-create
v1.0.1
Published
Support tool to create new extension for Xcratch
Downloads
7
Readme
Xcratch Command to Create Extension
This command supports to create a new code base of an extension for Xcratch: Extendable Scratch3 Programming Environment.
Scaffold New Extension Code
xcratch-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.
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
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2021 Koji Yokokawa. This project is MIT licensed.