Skip to content

biome-sh/bio-plugin-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Biome Plugin Git

This plugin helps you to build project when in git repository.

It overrides do_default_download, do_default_verify and do_default_unpack so your current working directory will go into CACHE_PATH.

Only staged files are copied!

Usage

pkg_build_deps+=(biome/bio-plugin-git)

# You can optimize behavior by copying only sub directory
# This will save some time in huge repo
pkg_git_subdir=components/component1

do_setup_environment() {
  source $(pkg_path_for biome/bio-plugin-git)/lib/plugin.sh
}

Consider source bio-plugin-git

Releases

No releases published

Packages

No packages published

Languages