Skip to content

Commit

Permalink
Merge branch 'main' into 13-phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison authored Jan 4, 2024
2 parents 40daf8c + 71ee30f commit d40ed58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2023 Moshe Weitzman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Install
2. `git clone` your contrib module
3. cd [contrib module directory]
4. Configure DDEV for Drupal 10 using `ddev config --project-name=[contrib module] --project-type=drupal10 --docroot=web --create-docroot --php-version=8.1` or select these options when prompted using `ddev config`
5. Run `ddev get ddev/ddev-drupal-contrib`.
6. Run `ddev start`.
7. Run `ddev poser`.
8. Run `ddev symlink-project`.
1. If your module has underscores in its name, replace them with hyphens.
5. Run `ddev get ddev/ddev-drupal-contrib`
6. Run `ddev start`
7. Run `ddev poser`
8. Run `ddev symlink-project`

Commands
============
Expand All @@ -25,7 +26,7 @@ This project provides the following DDEV container commands.
- `ddev phpunit`. Run phpunit tests on the web/modules/custom directory.
- `ddev nightwatch`. Run nightwatch tests on the web/modules/custom directory.
- `ddev phpcs`. Run phpcs on the web/modules/custom directory.
- `ddev phpcbf`. Run phpcbf on the web/modules/custom directory.
- `ddev phpcbf`. Fix phpcs findings in the web/modules/custom directory.
- `ddev phpstan`. Run phpstan on the web/modules/custom directory.
- `ddev eslint`. Run eslint on the js files in the web/modules/custom directory.
- `ddev stylelint`. Run stylelint on the css files in the web/modules/custom directory.
Expand Down

0 comments on commit d40ed58

Please sign in to comment.