-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ERR_MODULE_NOT_FOUND when sample plugins ran
- move plugin sample README into the package so its viewable on npm - fix bad imports from ESM plugin (index.js) - bump @finos/git-proxy-plugin-samples to 0.1.1 - update docs with simpler setup instructions Signed-off-by: Thomas Cooper <[email protected]>
- Loading branch information
1 parent
a8f5677
commit a68802c
Showing
6 changed files
with
21 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# GitProxy plugins & samples | ||
GitProxy supports extensibility in the form of plugins. These plugins are specified via [configuration](https://git-proxy.finos.org/docs/category/configuration) as NPM packages or JavaScript code on disk. For each plugin configured, GitProxy will attempt to load each package or file as a standard [Node module](https://nodejs.org/api/modules.html). Plugin authors will create instances of the extension classes exposed by GitProxy and use these objects to implement custom functionality. | ||
|
||
For detailed documentation, please refer to the [GitProxy development resources on the project's site](https://git-proxy.finos.org/docs/development/plugins) | ||
|
||
## Included plugins | ||
These plugins are maintained by the core GitProxy team. As a future roadmap item, organizations can choose to omit | ||
certain features of GitProxy by simply removing the dependency from a deployed version of the application. | ||
|
||
- `git-proxy-plugin-samples`: "hello world" examples of the GitProxy plugin system | ||
|
||
## Contributing | ||
|
||
Please refer to the [CONTRIBUTING.md](https://git-proxy.finos.org/docs/development/contributing) file for information on how to contribute to the GitProxy project. |
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
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