@skunkceo/cli 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/setup.js +1 -0
- package/package.json +1 -1
package/bin/setup.js
CHANGED
|
@@ -232,6 +232,7 @@ async function main() {
|
|
|
232
232
|
|
|
233
233
|
// Core skills that enable WordPress + Skunk workflow
|
|
234
234
|
const coreSkills = [
|
|
235
|
+
{ name: 'skunk-cli', desc: 'Skunk CLI for installing plugins & skills' },
|
|
235
236
|
{ name: 'wordpress-studio', desc: 'WordPress site management' },
|
|
236
237
|
{ name: 'woocommerce', desc: 'WooCommerce store operations' },
|
|
237
238
|
{ name: 'skunkcrm', desc: 'SkunkCRM contact & pipeline management' },
|