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

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

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

cli-application nette

Last synced: about 1 month 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!**