Skip to content

Commit 611e299

Browse files
committed
Update readme with validator instructions
1 parent f6ee888 commit 611e299

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ A package MUST use these names for these root-level files:
3838
A package SHOULD include a root-level file indicating the licensing and
3939
copyright terms of the package contents.
4040

41+
## Validator
42+
43+
Quickly validate your project's compliance by following these steps:
44+
45+
- Install package in your project: `composer require pds/skeleton @dev`
46+
- Run the validator: `./vendor/pds/skeleton/bin/validate`
47+
4148
## Root-Level Directories
4249

4350
### bin/

0 commit comments

Comments
 (0)