Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/console-helpers/console-kit
Toolkit for creating command line applications using Symfony Console component
https://github.com/console-helpers/console-kit
Last synced: 2 months ago
JSON representation
Toolkit for creating command line applications using Symfony Console component
- Host: GitHub
- URL: https://github.com/console-helpers/console-kit
- Owner: console-helpers
- License: bsd-3-clause
- Created: 2015-10-26T20:39:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T10:01:26.000Z (6 months ago)
- Last Synced: 2024-11-17T10:42:34.406Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Console-Kit
[![CI](https://github.com/console-helpers/console-kit/actions/workflows/tests.yml/badge.svg)](https://github.com/console-helpers/console-kit/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/console-helpers/console-kit/branch/master/graph/badge.svg?token=EpuotoxX5a)](https://codecov.io/gh/console-helpers/console-kit)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/console-helpers/console-kit/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/console-helpers/console-kit/?branch=master)[![Latest Stable Version](https://poser.pugx.org/console-helpers/console-kit/v/stable)](https://packagist.org/packages/console-helpers/console-kit)
[![Total Downloads](https://poser.pugx.org/console-helpers/console-kit/downloads)](https://packagist.org/packages/console-helpers/console-kit)
[![License](https://poser.pugx.org/console-helpers/console-kit/license)](https://packagist.org/packages/console-helpers/console-kit)Console-Kit is a toolkit for creating command line applications using Symfony Console component.
## Installation
1. use the `composer create-project console-helpers/new-project project-name dev-master` to create new project using this library
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) file.
## License
Console-Kit is released under the BSD-3-Clause License. See the bundled [LICENSE](LICENSE) file for details.