Skip to content

Commit

Permalink
Update docs for PR #29
Browse files Browse the repository at this point in the history
Add optional path argument for validator and generator.
  • Loading branch information
afilina committed Jan 21, 2017
1 parent 62f4e75 commit 721f08c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/tools.md
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 721f08c

Please sign in to comment.