Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ vendor/
composer.lock
*.min.*
var
/.vscode/
/.idea/
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,23 @@ You can also provide a destination path (ie. if your `empty` directory is not in
* `{LNAME}` will be replaced byt the lowercased name,
* `{UNAME}` will be replaced by the uppercased name,
* `{YEAR}` will be replaced by the current year.

## Updating Your Plugin

To import the changes made to the _pluginsGLPI empty_ template into your project,
we recommend using [_template-sync_](https://github.com/coopTilleuls/template-sync):

1. Run the script to synchronize your project with the latest version of the skeleton:

<!-- markdownlint-disable MD013 -->

```console
curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/pluginsGLPI/empty
```

<!-- markdownlint-enable MD013 -->

2. Resolve conflicts, if any
3. Run `git cherry-pick --continue`

For more advanced options, refer to [the documentation of _template sync_](https://github.com/coopTilleuls/template-sync#template-sync).