-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: paket events definition support using manifest file
a new `[events]` section defines the Paket events and the values the Fish event names of a package which Paket will emit. nomenclature: package_event example: ```toml [events] after-install = "gitnow_install" \# Note that we using a underscore (_) to divide the package name and the Fish event name ``` resolves #8
- Loading branch information
Showing
5 changed files
with
196 additions
and
97 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.