Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavevision/posobota-examples
Source codes for Posobota live stream talk by Wavevision π΄π»
https://github.com/wavevision/posobota-examples
examples nette posobota
Last synced: about 1 month ago
JSON representation
Source codes for Posobota live stream talk by Wavevision π΄π»
- Host: GitHub
- URL: https://github.com/wavevision/posobota-examples
- Owner: wavevision
- License: mit
- Created: 2020-04-21T20:35:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:00:01.000Z (about 2 years ago)
- Last Synced: 2023-03-02T23:11:46.385Z (almost 2 years ago)
- Topics: examples, nette, posobota
- Language: PHP
- Homepage: https://posobota.cz
- Size: 3.92 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Posobota Examples
[![Build Status](https://travis-ci.org/wavevision/posobota-examples.svg?branch=master)](https://travis-ci.org/wavevision/posobota-examples.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/wavevision/posobota-examples/badge.svg?branch=master)](https://coveralls.io/github/wavevision/posobota-examples?branch=master)
[![PHPStan](https://img.shields.io/badge/style-level%20max-brightgreen.svg?label=phpstan)](https://github.com/phpstan/phpstan)Source codes for [Posobota live stream talk](https://www.youtube.com/watch?v=xT0VUjky_m8).
π‘β**Topic:** The [Wavevision](https://github.com/wavevision) ecosystem of [Nette](https://github.com/nette) libraries
π€β**Authors:** [Jakub Filla](https://github.com/jfilla), [VΓt RozsΓval](https://github.com/rozsival)
πβ**Date:** 2020/04/25## Installation
```bash
git clone [email protected]:wavevision/posobota-examples.git
cd posobota-examples
make init
```## Development
Use `app/config/local.neon` to customize your setup. Then, start `webpack-dev-server`.
```bash
yarn dev
# or
npm run dev
```## Libraries
The project shows example usage of:
ββ[wavevision/coding-standard](https://github.com/wavevision/coding-standard)
πβ[wavevision/di-service-annotation](https://github.com/wavevision/di-service-annotation)
ββ[wavevision/latte-filters](https://github.com/wavevision/latte-filters)
πβ[wavevision/namespace-translator](https://github.com/wavevision/namespace-translator)
π§°β[wavevision/nette-tests](https://github.com/wavevision/nette-tests)
π¦β[wavevision/nette-webpack](https://github.com/wavevision/nette-webpack)
π©β[wavevision/props-control](https://github.com/wavevision/props-control)
π§©β[wavevision/sprites-constants-generator-plugin](https://github.com/wavevision/sprites-constants-generator-plugin)
π β[wavevision/ts-utils](https://github.com/wavevision/ts-utils)
π β[wavevision/utils](https://github.com/wavevision/utils)