We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318906d + 2ff12fb commit 6b2ec51Copy full SHA for 6b2ec51
cli/src/commands/wheels/plugins/init.cfc
@@ -92,7 +92,9 @@ component aliases="wheels plugin init" extends="../base" {
92
"keywords": "cfwheels,wheels,plugin",
93
"homepage": "",
94
"shortDescription": arguments.description,
95
- "private": false
+ "private": false,
96
+ "directory":"/plugins/",
97
+ "packageDirectory":simplePluginName
98
};
99
100
fileWrite(pluginDir & "/box.json", serializeJSON(boxJson, true));
0 commit comments