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

https://github.com/basemax/php-prettier-precommit

You can create a new repository by using this template, so by the way all of your PHP projects will have a nice and good pre-commit and prettier config.
https://github.com/basemax/php-prettier-precommit

php pre-commit pre-commit-hook prettier prettier-config prettifier repository-template repository-templates template

Last synced: 2 months ago
JSON representation

You can create a new repository by using this template, so by the way all of your PHP projects will have a nice and good pre-commit and prettier config.

Awesome Lists containing this project

README

          

# Project Template: PHP Prettier & Pre-Commit

### How to use?

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

You can create a new repository by using this template, so by the way all of your PHP projects will have a nice and good pre-commit and prettier config.

### How to run and check?

Installing:
```
pip install pre-commit
or
curl https://pre-commit.com/install-local.py | python -
or
brew install pre-commit
or
conda install -c conda-forge pre-commit
```

And run:
```
pre-commit run --all-files
```

#### What is Pre-Commit?

A framework for managing and maintaining multi-language pre-commit hooks.

https://pre-commit.com/

#### What is Prettier?

Prettier is an opinionated code formatter.

> JavaScript · TypeScript · Flow · JSX · JSON
CSS · SCSS · Less
HTML · Vue · Angular
GraphQL · Markdown · YAML

https://prettier.io/

https://github.com/prettier/prettier

#### What is StyleCI?

StyleCI is a continuous integration tool for your PHP, Python, JavaScript and CSS, JavaScript, Vue and Python developers which makes it super easy to ensure ...

https://styleci.io/