Skip to content

Commit 6b2ec51

Browse files
authored
Merge pull request #1809 from wheels-dev/cli/plugins-init
Update init.cfc
2 parents 318906d + 2ff12fb commit 6b2ec51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/src/commands/wheels/plugins/init.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ component aliases="wheels plugin init" extends="../base" {
9292
"keywords": "cfwheels,wheels,plugin",
9393
"homepage": "",
9494
"shortDescription": arguments.description,
95-
"private": false
95+
"private": false,
96+
"directory":"/plugins/",
97+
"packageDirectory":simplePluginName
9698
};
9799

98100
fileWrite(pluginDir & "/box.json", serializeJSON(boxJson, true));

0 commit comments

Comments
 (0)