blockly-samples
blockly-samples copied to clipboard
Add support for creating individual git repos for plugins via create-package script
Category
- Plugins
Component dev-tools
Is your feature request related to a problem? Please describe.
Some devs want to create individual repos for different plugins (rather than having a mono-repo like samples) but the create-package script doesn't really support this. See this forum post.
Describe the solution you'd like
The create-package script should support creating a package which is the only package in a repo. For example, if you leave off the name or the name is identical to the parent directory, perhaps the behavior would change.
Describe alternatives you've considered
The script could alternatively accept an explicit flag for this behavior.
@BeksOmega Thx!