jxzsxsp / swoft-cli

🛠️ Command line tool application for quick use swoft[WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swoft cli

🛠️ CLI tool application for quick use swoft.

  • Quick create new application skeleton
  • Quick create new component skeleton
  • Monitor file changes of the user's swoft project and automatically restart the server
  • Generate swoft class: http controller, ws controller, model and more class
  • More features ...

Install

wget swoftcli.phar

Move to ENV path:

mv swoftcli.phar /usr/local/bin

Composer

    "swoft/devtool": "2.0.x-dev",
    "swoft/view": "2.0.x-dev as 2.0",

https://packagist.phpcomposer.com

https://packagist.laravel-china.org

    "0": {
      "type": "git",
      "url": "https://github.com/ulue/swoft-component.git"
    },
    
    
    "0": {
          "type": "path",
          "url": "/Users/inhere/Workspace/php/swoft/swoftv2/swoft-component"
        }

License

Apache 2.0

About

🛠️ Command line tool application for quick use swoft[WIP]

License:Apache License 2.0


Languages

Language:PHP 100.0%