2017 © Pedro Peláez
 

library appserver-io-cli

CLI app for starting new projects and more.

image

skooppaos/appserver-io-cli

CLI app for starting new projects and more.

  • Tuesday, June 7, 2016
  • by Scott
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

appserver-io-cli

Commands to be made available in the CLI., (*1)

  • [x] "about" command. This is the default and explains how the CLI works., (*2)

  • [x] "new" command. creates a new project., (*3)

    • Arguments/ Options:
    • [x] name - mandatory - The name of the project.
    • [x] [--with] - optional - the "with" parameter allows you to add different applications into the project automatically. For instance "--with routlt" will install the project with the routltpackage., (*4)

    • Questions/ Parameters:, (*5)

    • [x] If the name of the project is missing from command, ask for it.
    • [x] Ask for directory name.
    • [x] Ask for org name, (*6)

    • Tasks to do:, (*7)

      • [x] Create project/ application directory.
      • [x] Create git repo.
      • [x] Create composer project.
      • [x] Create skeleton app.
      • [ ] If a package was added with ´--with´, install it.
  • [ ] "install" command. To install full prebuilt applications. "appserver install example" will install the example app automatically., (*8)

  • [ ] "restart" command. This is for restarting appserver., (*9)

  • [ ] "virtual-host" command. To create a new virtual host for a particular app. The app must be created first., (*10)

    • Arguments: [name-of-directory] - mandatory - The name of the application directory.
    • .
  • [ ] "remove" command. To remove an application, which is no longer needed., (*11)

  • [ ] "environment" command. Changes the environment., (*12)

    • Arguments: [prod|dev] - To select between production or development modes.
    • .
  • [ ] "scanner" command. Creates a scanner to automatically restart appserver, when changes are made to a particular application's directory., (*13)

    • Arguments: [name-of-directory] - mandatory - The name of the directory under /webapps, which should be watched.
    • Arguments: [start|stop]

The Versions

07/06 2016

dev-master

9999999-dev https://github.com/skooppaos/appserver-io-cli

CLI app for starting new projects and more.

  Sources   Download

OSL-3.0

The Requires

 

appserver command line interface utility