Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/h4kuna/cli-app

Sandbox for command line application
https://github.com/h4kuna/cli-app

cli-application nette

Last synced: about 2 months ago
JSON representation

Sandbox for command line application

Awesome Lists containing this project

README

        

# Sandbox for cli application

## Installation
```
composer create-project h4kuna/cli-app path/to/install
cd path/to/install
```

## First execute
```
./bin/execute-me hello:world
```
And output is **Hello world!**