Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

imaginarymachines/pluginmachine-cli

Repository files navigation

Plugin Machine CLI

Development

Add Command

php plugin-machine make:command HiRoy

Commands

For Users

  • List Plugins
    • php plugin-machine plugins:all
  • Write pluginMachine.json for a plugin
    • php plugin-machine plugin:config {pluginId}
  • Add a feature to current plugin
    • php plugin-machine add

For Development

  • Say Hi
    • php plugin-machine hi {name?}
  • Sync rules
    • php plugin-machine sync