Commit 9dac655c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajout d'un script pour "nettoyer" après create-project.

No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
...@@ -54,9 +54,8 @@ ...@@ -54,9 +54,8 @@
"scripts": { "scripts": {
"post-install-cmd": "@customize-reminder", "post-install-cmd": "@customize-reminder",
"post-update-cmd": "@customize-reminder", "post-update-cmd": "@customize-reminder",
"customize-reminder": [ "post-create-project-cmd": "rm CUSTOMIZATION.md README.md LICENSE .docheader src/*.php tests/*.php",
"cat CUSTOMIZATION.md" "customize-reminder": "echo 'Ne pas oublier de configurer ce template, cf. https://gitlab.irstea.fr/pole-is/tools/php-skeleton/blob/master/CUSTOMIZATION.md'",
],
"test": [ "test": [
"@test:lint", "@test:lint",
"@test:phpcpd", "@test:phpcpd",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment