blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Add support for creating individual git repos for plugins via create-package script

Open BeksOmega opened this issue 4 years ago • 1 comments

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 avatar Aug 25 '21 14:08 BeksOmega

@BeksOmega Thx!

mark-friedman avatar Aug 25 '21 17:08 mark-friedman