xcratch-create

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i xcratch-create

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

132 kB

Total Files

30

Last publish

Collaborators

  • yokobond