You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
622 B
Markdown
20 lines
622 B
Markdown
# 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.
|