Ecosyste.ms: Awesome
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 2 months ago
JSON representation
Sandbox for command line application
- Host: GitHub
- URL: https://github.com/h4kuna/cli-app
- Owner: h4kuna
- Created: 2018-08-22T10:37:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T09:03:52.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T03:03:09.649Z (9 months ago)
- Topics: cli-application, nette
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**