Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nette/command-line
⌨ Command line options and arguments parser.
https://github.com/nette/command-line
command-line component console nette nette-framework php
Last synced: 4 days ago
JSON representation
⌨ Command line options and arguments parser.
- Host: GitHub
- URL: https://github.com/nette/command-line
- Owner: nette
- License: other
- Created: 2014-08-22T18:31:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T19:42:31.000Z (about 2 months ago)
- Last Synced: 2024-12-31T05:25:40.518Z (about 1 month ago)
- Topics: command-line, component, console, nette, nette-framework, php
- Language: PHP
- Homepage: https://nette.org
- Size: 58.6 KB
- Stars: 36
- Watchers: 21
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Nette Command Line Tools
========================[![Downloads this Month](https://img.shields.io/packagist/dm/nette/command-line.svg)](https://packagist.org/packages/nette/command-line)
[![Tests](https://github.com/nette/command-line/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/command-line/actions)
[![Coverage Status](https://coveralls.io/repos/github/nette/command-line/badge.svg?branch=master)](https://coveralls.io/github/nette/command-line?branch=master)
[![Latest Stable Version](https://poser.pugx.org/nette/command-line/v/stable)](https://github.com/nette/command-line/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/command-line/blob/master/license.md)Install it using Composer:
```
composer require nette/command-line
```It requires PHP version 8.0 and supports PHP up to 8.4.
If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!