Skip to content

Handle creating folder structure for scoped projects

Latest
Compare
Choose a tag to compare
@Mattchewone Mattchewone released this 24 Apr 13:59
· 17 commits to master since this release

This enables creating plugins with scoped names:

donejs add plugin @bitovi/my-plugin

will create a folder called my-plugin.

Ref - #1176