Download the PHP package denis-korchagin95/fs-control without Composer
On this page you can find all versions of the php package denis-korchagin95/fs-control. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download denis-korchagin95/fs-control
More information about denis-korchagin95/fs-control
Files in denis-korchagin95/fs-control
Package fs-control
Short Description fs-control helps you to keep your directory tree under control.
License BSD-3-Clause
Informations about the package fs-control
fs-control
fs-control is an analyzer for your directory tree to allow you to keep it under control.
Maybe you have some agreements in your project and rules to the directory tree, but actually in real life it may not work on 100%. This tool can allow you to define your variant of configuration and help you to fix that and control.
If your mindset changes about the directory tree, okay, it's cool. Just edit configuration and fs-control will care about for you. Also set you free from some "review battles" and allow you to concentrate on more important things.
Getting started
You can install fs-control via Composer using the main composer.json
:
Or you may to install fs-control via Composer in a dedicated composer.json
,
for example, in the tools/fs-control
directory:
Usage
You need to create a configuration file for a whole project or just its small part.
The basic configuration file may look like:
You can analyze the project using a configuration file for some project.
See tool concepts, built-in extension list, and config reference documentation for more examples and details.
If you need to solve your specific problems that are not supported by the tool, you can create a custom extension.
Contribute
Any contributions are welcome. This repository is open to pull requests.