comodojo/dispatcher

comodojo/dispatcher framework default project package

1.0.0 2019-02-10 22:37 UTC

This package is auto-updated.

Last update: 2024-07-11 14:08:39 UTC


README

Comodojo/dispatcher framework default project package.

This is the development branch, please do not use it in production

For more information, visit dispatcher.comodojo.org.

Installation

First, install composer, then follow one of the two steps below.

Create a new project via composer

Open the command line and type:

    composer create-project comodojo/dispatcher

This command will clone the repo, install dependencies and trigger the post-install command for you.

Create a new project manually

Open the command line and type:

    git clone https://github.com/comodojo/dispatcher.git

Then, cd into the newly created folder and:

    composer install && composer run-script post-create-project-cmd

Documentation

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.

Copyright (c) 2018 Marco Giovinazzi

For more information, visit comodojo.org.