File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55composer.lock
66* .min. *
77var
8+ /.vscode /
9+ /.idea /
Original file line number Diff line number Diff line change @@ -30,3 +30,19 @@ You can also provide a destination path (ie. if your `empty` directory is not in
3030* ` {LNAME} ` will be replaced byt the lowercased name,
3131* ` {UNAME} ` will be replaced by the uppercased name,
3232* ` {YEAR} ` will be replaced by the current year.
33+
34+ ## Updating Your Plugin
35+
36+ To import the changes made to the _ pluginsGLPI empty_ template into your project,
37+ we recommend using [ _ template-sync_ ] ( https://github.com/coopTilleuls/template-sync ) :
38+
39+ 1 . Run the script to synchronize your project with the latest version of the skeleton:
40+
41+ ``` console
42+ curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/pluginsGLPI/empty
43+ ```
44+
45+ 2 . Resolve conflicts, if any
46+ 3 . Run ` git cherry-pick --continue `
47+
48+ For more advanced options, refer to [ the documentation of _ template sync_ ] ( https://github.com/coopTilleuls/template-sync#template-sync ) .
You can’t perform that action at this time.
0 commit comments