Skip to content

cortexapps/cortex-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cortex-plugins

This is a monorepo housing Cortex-maintained plugins for Cortex. All available plugins live inside of the plugins directory, plus an example Scaffolded plugin. Each plugin is a separate package that can be built and deployed independently.

Available plugins

GitHub Actions

The GitHub Actions plugin allows you to manage GitHub Actions and Workflows from Cortex. This plugin is useful for automating workflows that are triggered by Cortex events.

See the GitHub Actions plugin README for more information.

GitHub Releases

The GitHub Releases plugin provides a view of all Releases for a GitHub repository from Cortex.

See the GitHub Releases plugin README for more information.

GitHub Issues

The GitHub Issues plugin provides a view of all Issues for a GitHub repository from Cortex.

See the GitHub Issues plugin README for more information.

Using a plugin

To use one or multiple of these plugins, we recommend first forking this repository. Then, in the desired plugin subdirectory, run yarn build to generate the plugin code that will be executed by Cortex. Finally, in Cortex, register a new plugin and upload the generated dist/ui.html file to serve as the plugin code.

Be sure to follow any additional setup instructions in the plugin's README.md file, particularly for proxy configuration setup.

Adding or updating a plugin

For information on adding or updating a plugin, see CONTRIBUTING.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published