Skip to content

EUCPilots/evergreen-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌲 Evergreen Apps Repository

Welcome to the Evergreen Apps repo! This is repo hosts application functions and manifests for the Evergreen module.

🚀 What is This Repo?

This repository hosts:

  • Application Functions: The logic that powers Evergreen's supported application features.
  • Manifests: Configuration files that describe how apps detection works.

Check out Evergreen Documentation for detailed guides.

ℹ How to Use

If you want to contribute to this project with fixes or new applications, set up your local environment as follows:

  1. Install the Evergreen module, or clone the evergreen-module repository.
  2. Clone this repository.
  3. Configure the Evergreen environment for local development by creating the EVERGREEN_APPS_PATH environment variable, pointing to the location of the local repository: Set a custom cache location. For example:
$env:EVERGREEN_APPS_PATH="C:\projects\evergreen-apps"

or

$env:EVERGREEN_APPS_PATH="/Users/aaron/projects/_EUCPilots/evergreen-apps"
  1. Import the Evergreen module, for example:
Import-Module -Name Evergreen -Force

or

Import-Module -Name "/Users/aaron/projects/_EUCPilots/evergreen-module/Evergreen" -Force
  1. Implement your changes in a new branch and create a pull request.

About

Apps repository for a future version of Evergreen that will download supported apps from GitHub

Topics

Resources

Stars

Watchers

Forks

Contributors 6