forked from php-pds/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move tooling documentation to docs dir
- Loading branch information
Paul M. Jones
committed
Jan 8, 2017
1 parent
23febf6
commit 1cf5a67
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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/pdsskeleton validate` | ||
|
||
## 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/pdsskeleton generate` |