An open API service indexing awesome lists of open source software.

https://github.com/antidot-framework/standalone-console-example

Antidot framework standalone console project example
https://github.com/antidot-framework/standalone-console-example

Last synced: 4 months ago
JSON representation

Antidot framework standalone console project example

Awesome Lists containing this project

README

        

# Standalone Console App Example

This project is a proof of concept of using [Antidot Framework Cli](https://github.com/antidot-framework/antidot-cli)
as a standalone component of the framework.

## Install

Clone the repository and install dependencies with composer

````bash
git clone [email protected]:antidot-framework/standalone-console-example.git
cd standalone-console-example
composer install
````

## Usage

Execute the entry point

````bash
bin/console
````