package jam

import "github.com/gobuffalo/packr/v2/jam"

Index

Functions

func Clean

func Clean(args ...string) error

Clean ...

func Pack

func Pack(opts PackOptions) error

Pack the roots given + PWD

func ShellPack

func ShellPack(opts PackOptions, boxes parser.Boxes) error

ShellPack ...

Types

type PackOptions

type PackOptions struct {
	IgnoreImports bool
	Legacy        bool
	StoreCmd      string
	Roots         []string
	RootsOptions  *parser.RootsOptions
}

PackOptions ...

Source Files

pack.go

Directories

PathSynopsis
jam/parser
jam/parser/_fixtures
jam/parser/_fixtures/new_from_roots
jam/parser/_fixtures/new_from_roots/e
jam/parser/_fixtures/new_from_roots/_r
jam/parser/_fixtures/new_from_roots/w
jam/store
jam/store/_fixtures
jam/store/_fixtures/disk
jam/store/_fixtures/disk/e
jam/store/_fixtures/disk/_r
jam/store/_fixtures/disk/w
Version
v2.8.3 (latest)
Published
Nov 23, 2021
Platform
js/wasm
Imports
9 packages
Last checked
10 hours ago

Tools for package owners.