Skip to content

abstract interface to various package installers to be used in babashka

Notifications You must be signed in to change notification settings

adam-stokes/pod-stokachu-bitkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pod-stokachu-bitkit

API

TBD

Example

(require '[babashka.pods :as pods])

(pods/load-pod 'pod.stokachu/bitkit "0.0.1")

(require '[pod.stokachu.bitkit.package :as pkg])

(prn (pkg/install ["emacs" "babashka"]))
(prn (pkg/update))
(prn (pkg/uninstall ["emacs"])
(prn (pkg/upgrade-system))

License

Copyright © 2021 Adam Stokes adam.stokes@gmail.com

MIT

About

abstract interface to various package installers to be used in babashka

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published