Skip to content

Commit

Permalink
Merge pull request php-pds#30 from afilina/patch-1
Browse files Browse the repository at this point in the history
Update docs for PR php-pds#29
  • Loading branch information
Paul M. Jones authored Jan 21, 2017
2 parents 62f4e75 + 721f08c commit a8fe032
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
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`
- 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`
- 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.

0 comments on commit a8fe032

Please sign in to comment.