bower

package
v0.7.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2019 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package bower implements analyzers for the Bower package manager.

A `BuildTarget` for bower is the path to the `bower.json` of a project.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Discover

func Discover(dir string, options map[string]interface{}) ([]module.Module, error)

Discover finds any `bower.json`s not in `node_modules` or `bower_components` folders.

Types

type Analyzer

type Analyzer struct {
	BowerCmd     string
	BowerVersion string

	Bower bower.Bower

	Module  module.Module
	Options Options
}

func New

func New(m module.Module) (*Analyzer, error)

func (*Analyzer) Analyze

func (a *Analyzer) Analyze() (graph.Deps, error)

func (*Analyzer) Build

func (a *Analyzer) Build() error

Build runs `bower install --production`

func (*Analyzer) Clean

func (a *Analyzer) Clean() error

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt() (bool, error)

IsBuilt checks for the existence of a components folder.

type Options

type Options struct {
	Strategy      string `mapstructure:"strategy"`
	ComponentsDir string `mapstructure:"components"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL