Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.