package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Sep 12, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package bower implements analyzers for the Bower package manager.
A `BuildTarget` for bower is the path to the `bower.json` of a project.
Discover finds any `bower.json`s not in `node_modules` or `bower_components`
folders.
Build runs `bower install --production`
IsBuilt checks for the existence of a components folder.
type Options struct {
Strategy string `mapstructure:"strategy"`
ComponentsDir string `mapstructure:"components"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.