https://github.com/contributte/console-skeleton
🎁 Console (CLI) project skeleton based on Nette Framework (@nette), Symfony (@symfony) and Contributte (@contributte) libraries by @f3l1x.
https://github.com/contributte/console-skeleton
console contributte php project symfony
Last synced: 5 months ago
JSON representation
🎁 Console (CLI) project skeleton based on Nette Framework (@nette), Symfony (@symfony) and Contributte (@contributte) libraries by @f3l1x.
- Host: GitHub
- URL: https://github.com/contributte/console-skeleton
- Owner: contributte
- License: mit
- Created: 2018-02-20T12:56:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T06:35:25.000Z (over 1 year ago)
- Last Synced: 2025-01-31T07:05:23.186Z (about 1 year ago)
- Topics: console, contributte, php, project, symfony
- Language: HTML
- Homepage: https://contributte.org
- Size: 1.44 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-----
## Goal
Main goal is to provide terminal-based console-kit project for Nette developers.
## Installation
You will need `PHP 8.2+` and [Composer](https://getcomposer.org/).
Create project using composer.
```bash
composer create-project -s dev contributte/console-skeleton acme
```
Now you have application installed. It's time to run it.
## Startup
Console overview is showed up by running this command:
```bash
bin/console
```
## Backend
It's based on [Contributte](https://contributte.org/) packages.
- [`contributte/bootstrap`](https://github.com/contributte/bootstrap)
- [`contributte/di`](https://github.com/contributte/di)
- [`contributte/utils`](https://github.com/contributte/utils)
- [`contributte/latte`](https://github.com/contributte/latte)
- [`contributte/tracy`](https://github.com/contributte/tracy)
- [`contributte/console`](https://github.com/contributte/console)
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://contributte.org/partners.html) **contributte** development team.
Also thank you for using this project.