Skip to content

PlatformCore/Foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpackage

Multi-module Go packages published under:

  • github.com/driftappdev/...

One-time GitHub setup

$env:GITHUB_TOKEN = "<your_token_with_repo_scope>"
.\scripts\create-github-repo.ps1 -Owner driftapp -Repo libpackage -DefaultBranch main

One-command release per module

.\scripts\release.ps1 -Module eventbus/retry -Version v0.1.0

This command will:

  1. commit current changes
  2. create annotated tag eventbus/retry/v0.1.0
  3. push branch + tag to GitHub

Consumers install with version:

go get github.com/PlatformCore/libpackage/platform/eventbus/retry@v0.1.0

About

SDK / Runtime

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors