1.0.1 • Published 2 months ago

xcratch-create v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

1.0.1

2 months ago

0.5.6

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago