All Projects → mlocati → Php Cs Fixer Configurator

mlocati / Php Cs Fixer Configurator

Licence: mit
Inspect PHP-CS-Fixer fixers and easily configure them

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Php Cs Fixer Configurator

C Code Style
Recommended C code style and coding rules for standard C99 or later
Stars: ✭ 252 (+103.23%)
Mutual labels:  coding, style
App Ideas
A Collection of application ideas which can be used to improve your coding skills.
Stars: ✭ 46,584 (+37467.74%)
Mutual labels:  coding
Hacker Laws Zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
Stars: ✭ 9,446 (+7517.74%)
Mutual labels:  coding
Translucent
Translucent plastic card theme.
Stars: ✭ 93 (-25%)
Mutual labels:  style
Saveinsta
Example dynamic update of your theme based on a main color
Stars: ✭ 83 (-33.06%)
Mutual labels:  style
Awesome Katas
A curated list of code katas
Stars: ✭ 1,366 (+1001.61%)
Mutual labels:  coding
Computed Style To Inline Style
Convert a HTML element's computed CSS to inline CSS.
Stars: ✭ 67 (-45.97%)
Mutual labels:  style
Standard Engine
🚒 The guts of `standard` modularized for reuse
Stars: ✭ 120 (-3.23%)
Mutual labels:  style
Thimble.mozilla.org
UPDATE: This project is no longer maintained. Please check out Glitch.com instead.
Stars: ✭ 1,414 (+1040.32%)
Mutual labels:  coding
Cracking The Coding Interview
Tests, Questions and Solutions from Cracking the Coding Interview
Stars: ✭ 91 (-26.61%)
Mutual labels:  coding
Glamorous Primitives
💄 style primitive React interfaces with glamorous
Stars: ✭ 91 (-26.61%)
Mutual labels:  style
Swiftui Css
A CSS-like style library for SwiftUI.
Stars: ✭ 85 (-31.45%)
Mutual labels:  style
Awesome Livecoding
All things livecoding
Stars: ✭ 1,373 (+1007.26%)
Mutual labels:  coding
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-38.71%)
Mutual labels:  coding
Nova
NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.
Stars: ✭ 110 (-11.29%)
Mutual labels:  coding
Tiza
Console styling for browsers
Stars: ✭ 74 (-40.32%)
Mutual labels:  style
Awesome Coding Javascript
📌 持续构建个人的源码库(JavaScript 原生、常用库、数据结构、算法)
Stars: ✭ 88 (-29.03%)
Mutual labels:  coding
Research And Coding
研究资源列表 A curated list of research resources
Stars: ✭ 100 (-19.35%)
Mutual labels:  coding
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-1.61%)
Mutual labels:  coding
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-6.45%)
Mutual labels:  coding

TravisCI Build Status

PHP-CS-Fixer Configurator

This project lets you check all the available fixers and presets built in PHP-CS-Fixer in a visual way.

It allows you also to create configuration files via a guided interface.

Updating the PHP-CS-Fixer data

The PHP-CS-Fixer data is extracted by a couple of PHP scripts.

NOTE: on Windows, use backslashes (\) instead of forward slashes (/).

One time setup

  1. install PHP
  2. install Composer and add it to the PATH environment variable, so that it can be executed by running composer
  3. run
    composer install
    

Updating the data to the most recent versions

./bin/update-docs-all

(Re)Generate the data for all the versions

./bin/update-docs-all --force

Generating the data for a specific version

For example, to (re) generate the data for version 2.15.1:

./bin/update-docs 2.15.1

Building the web application

The web application is written in TypeScript and Vue, and it's compiled with Laravel Mix.

One time setup

  1. install node.js - including npm.
  2. run
    npm install
    

Building the app for production

npm run prod

Building the app while developing

npm run watch

Submitting pull requests

Because of security reasons and to reduce merge conflicts, the following files are generated automatically:

  • docs/css/*
  • docs/fonts/*
  • docs/js/*
  • docs/index.html

So, please don't add these files to your commits when submitting pull requests.

Credits

PHP-CS-Fixer Configurator uses some great open source tools.

You can find their licenses in the licenses directory.

Do you want to really say thank you?

You can offer me a monthly coffee or a one-time coffee 😉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].