using composer package format, decoupling bsr libraries and implementation

This commit is contained in:
Guillermo Dev
2018-10-09 21:17:41 +02:00
parent adb8552602
commit 1478569426
62 changed files with 1848 additions and 2187 deletions

19
vendor/pds/skeleton/docs/tools.md vendored Normal file
View File

@@ -0,0 +1,19 @@
# Command-Line Tools
## Validator
Validate your project's compliance by following these steps:
- Install package in your project: `composer require pds/skeleton @dev`
- Run the validator: `vendor/bin/pds-skeleton validate [path]`
If no path is specified, the project in which pds-skeleton is installed will be used.
## Generator
Generate a compliant package skeleton by following these steps:
- Install package in your project: `composer require pds/skeleton @dev`
- Run the generator: `vendor/bin/pds-skeleton generate [path]`
If no path is specified, the project in which pds-skeleton is installed will be used.