package
0.3.4
Repository: https://github.com/jan-xyz/dotfiles.git
Documentation: pkg.go.dev

# README

julia

import "github.com/jan-xyz/dotfiles/internal/plugins/julia"

Package julia allows adding custom julia packages.

Index

type Plugin

Plugin holds the information for all needed Plugin modules.

type Plugin struct {
    Modules   []string
    Commander dotfiles.Commander
}

func (Plugin) Add

func (p Plugin) Add(packages []string) error

Add takes a list of modules for installation.

func (Plugin) GetMissingPackages

func (p Plugin) GetMissingPackages() ([]string, error)

GetMissingPackages returns a list of modules which are configured but not installed.

func (Plugin) Update

func (p Plugin) Update() error

Update updates all installed Julia modules.

Generated by gomarkdoc