Extendable codestyle checker and fixer
Project description
Codestyle checker
=================
.. image:: https://travis-ci.org/webpp-studio/codestyle.svg?branch=master
:target: https://travis-ci.org/webpp-studio/codestyle
This script checks and auto fixes codestyle for all supported languages:
1. PHP (phpcs)
2. Python (flake8)
3. Javascript (jscs and jshint)
4. CSS (csscomb)
5. HTML (htmlcs)
Installation
------------
::
# First install the pip, npm and pear package managers
# Example for debian
sudo apt-get install python-pip npm php-pear
# Install codestyle and dependencies
pip install codestyle
npm install -g jshint jscs-fixer csscomb htmlcs walk brace-expansion
pear install PHP_CodeSniffer
Usage
-----
::
usage: codestyle [-h] [-I] [-i] [-c] [-s standard-dir] [-l language name]
[-e glob pattern [glob pattern ...]]
target [target ...]
Check and fix a code style
positional arguments:
target files for a checking
optional arguments:
-h, --help show this help message and exit
-I, --fix auto fix codestyle errors if possible
-i, --fix-only Deprecated. Same as -I
-c, --compact Show a compact output
-s standard-dir, --standard standard-dir
A path to a coding standard directory
-l language name, --language language name
force set the language for a checking
-e glob pattern [glob pattern ...], --exclude glob pattern [glob pattern ...]
Exclude paths/files from checking
Example
-------
::
# check all supported files in directory recursive
codestyle /path/to/project/dir
# check set of files
codestyle test.js test.php test.py
# test directory with exclude rules
codestyle /path -x '*.html' -x './tests/excluded_dir'
# check file and try to fix errors
codestyle -i test.js
# check project with compact output (no detail errors information)
codestyle -c /path/to/project/dir
# check all project and save full report to file
codestyle /path/to/project &> report.txt
Dependencies
------------
1. phpcs
2. phpcbf
3. jshint (NodeJS)
4. jscs-fixer (NodeJS)
5. jscs (NodeJS)
6. flake8
7. csscomb (NodeJS)
8. htmlcs >= 0.1.4 (NodeJS)
9. walk (NodeJS)
10. brace-expansion (NodeJS)
Usage from the docker container
-------------------------------
Also you can use `the docker container <https://hub.docker.com/r/webpp/codestyle>`_
with all installed dependencies.
=================
.. image:: https://travis-ci.org/webpp-studio/codestyle.svg?branch=master
:target: https://travis-ci.org/webpp-studio/codestyle
This script checks and auto fixes codestyle for all supported languages:
1. PHP (phpcs)
2. Python (flake8)
3. Javascript (jscs and jshint)
4. CSS (csscomb)
5. HTML (htmlcs)
Installation
------------
::
# First install the pip, npm and pear package managers
# Example for debian
sudo apt-get install python-pip npm php-pear
# Install codestyle and dependencies
pip install codestyle
npm install -g jshint jscs-fixer csscomb htmlcs walk brace-expansion
pear install PHP_CodeSniffer
Usage
-----
::
usage: codestyle [-h] [-I] [-i] [-c] [-s standard-dir] [-l language name]
[-e glob pattern [glob pattern ...]]
target [target ...]
Check and fix a code style
positional arguments:
target files for a checking
optional arguments:
-h, --help show this help message and exit
-I, --fix auto fix codestyle errors if possible
-i, --fix-only Deprecated. Same as -I
-c, --compact Show a compact output
-s standard-dir, --standard standard-dir
A path to a coding standard directory
-l language name, --language language name
force set the language for a checking
-e glob pattern [glob pattern ...], --exclude glob pattern [glob pattern ...]
Exclude paths/files from checking
Example
-------
::
# check all supported files in directory recursive
codestyle /path/to/project/dir
# check set of files
codestyle test.js test.php test.py
# test directory with exclude rules
codestyle /path -x '*.html' -x './tests/excluded_dir'
# check file and try to fix errors
codestyle -i test.js
# check project with compact output (no detail errors information)
codestyle -c /path/to/project/dir
# check all project and save full report to file
codestyle /path/to/project &> report.txt
Dependencies
------------
1. phpcs
2. phpcbf
3. jshint (NodeJS)
4. jscs-fixer (NodeJS)
5. jscs (NodeJS)
6. flake8
7. csscomb (NodeJS)
8. htmlcs >= 0.1.4 (NodeJS)
9. walk (NodeJS)
10. brace-expansion (NodeJS)
Usage from the docker container
-------------------------------
Also you can use `the docker container <https://hub.docker.com/r/webpp/codestyle>`_
with all installed dependencies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codestyle-0.1.1.tar.gz
(25.8 kB
view details)
File details
Details for the file codestyle-0.1.1.tar.gz
.
File metadata
- Download URL: codestyle-0.1.1.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6244c9dbf9c35c99e59f98d4508f7f6c73e384c56f3bc70a39f2511905898cd1 |
|
MD5 | 436da901441f0347612ca9d9d637ee51 |
|
BLAKE2b-256 | dde49860663b4c88668daf00571b9260c0ab78579ee3f75ed92366e4bae30688 |