set basic layout. adding status bar
This commit is contained in:
11
node_modules/bower/lib/templates/json/help-cache.json
generated
vendored
Normal file
11
node_modules/bower/lib/templates/json/help-cache.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"command": "cache",
|
||||
"usage": [
|
||||
"cache <command> [<args>] [<options>]"
|
||||
],
|
||||
"commands": {
|
||||
"clean": "Clean cached packages",
|
||||
"list": "List cached packages"
|
||||
},
|
||||
"options": []
|
||||
}
|
||||
16
node_modules/bower/lib/templates/json/help-cache/clean.json
generated
vendored
Normal file
16
node_modules/bower/lib/templates/json/help-cache/clean.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"command": "cache clean",
|
||||
"description": "Cleans cached packages.",
|
||||
"usage": [
|
||||
"cache clean [<options>]",
|
||||
"cache clean <name> [<name> ...] [<options>]",
|
||||
"cache clean <name>#<version> [<name>#<version> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
node_modules/bower/lib/templates/json/help-cache/list.json
generated
vendored
Normal file
15
node_modules/bower/lib/templates/json/help-cache/list.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"command": "cache list",
|
||||
"description": "Lists cached packages.",
|
||||
"usage": [
|
||||
"cache list [<options>]",
|
||||
"cache list <name> [<name> ...] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
node_modules/bower/lib/templates/json/help-home.json
generated
vendored
Normal file
16
node_modules/bower/lib/templates/json/help-home.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"command": "home",
|
||||
"description": "Opens a package homepage into your favorite browser.\n\nIf no <package> is passed, opens the homepage of the local package.",
|
||||
"usage": [
|
||||
"home [<options>]",
|
||||
"home <package> [<options>]",
|
||||
"home <package>#<version> [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
node_modules/bower/lib/templates/json/help-info.json
generated
vendored
Normal file
16
node_modules/bower/lib/templates/json/help-info.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"command": "info",
|
||||
"description": "Displays overall information of a package or of a particular version.",
|
||||
"usage": [
|
||||
"info <package> [<options>]",
|
||||
"info <package> [<property>] [<options>]",
|
||||
"info <package>#<version> [<property>] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
node_modules/bower/lib/templates/json/help-init.json
generated
vendored
Normal file
14
node_modules/bower/lib/templates/json/help-init.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"command": "init",
|
||||
"description": "Creates a bower.json file based on answers to questions.",
|
||||
"usage": [
|
||||
"init [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
45
node_modules/bower/lib/templates/json/help-install.json
generated
vendored
Normal file
45
node_modules/bower/lib/templates/json/help-install.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"command": "install",
|
||||
"description": "Installs the project dependencies or a specific set of endpoints.\nEndpoints can have multiple forms:\n- <source>\n- <source>#<target>\n- <name>=<source>#<target>\n\nWhere:\n- <source> is a package URL, physical location or registry name\n- <target> is a valid range, commit, branch, etc.\n- <name> is the name it should have locally.",
|
||||
"usage": [
|
||||
"install [<options>]",
|
||||
"install <endpoint> [<endpoint> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-F",
|
||||
"flag": "--force-latest",
|
||||
"description": "Force latest version on conflict"
|
||||
},
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "If dependencies are installed, it reinstalls all installed components. It also forces installation even when there are non-bower directories with the same name in the components directory. Also bypasses the cache and overwrites to the cache anyway."
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-p",
|
||||
"flag": "--production",
|
||||
"description": "Do not install project devDependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-S",
|
||||
"flag": "--save",
|
||||
"description": "Save installed packages into the project's bower.json dependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-D",
|
||||
"flag": "--save-dev",
|
||||
"description": "Save installed packages into the project's bower.json devDependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-E",
|
||||
"flag": "--save-exact",
|
||||
"description": "Configure installed packages with an exact version rather than semver"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
node_modules/bower/lib/templates/json/help-link.json
generated
vendored
Normal file
15
node_modules/bower/lib/templates/json/help-link.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"command": "link",
|
||||
"description": "The link functionality allows developers to easily test their packages.\nLinking is a two-step process.\n\nUsing 'bower link' in a project folder will create a global link.\nThen, in some other package, 'bower link <name>' will create a link in the components folder pointing to the previously created link.\n\nThis allows to easily test a package because changes will be reflected immediately.\nWhen the link is no longer necessary, simply remove it with 'bower uninstall <name>'.",
|
||||
"usage": [
|
||||
"link [<options>]",
|
||||
"link <name> [<local name>] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
24
node_modules/bower/lib/templates/json/help-list.json
generated
vendored
Normal file
24
node_modules/bower/lib/templates/json/help-list.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"command": "list",
|
||||
"description": "List local packages - and possible updates.",
|
||||
"usage": [
|
||||
"list [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-p",
|
||||
"flag": "--paths",
|
||||
"description": "Generates a simple JSON source mapping"
|
||||
},
|
||||
{
|
||||
"shorthand": "-r",
|
||||
"flag": "--relative",
|
||||
"description": "Make paths relative to the directory config property, which defaults to bower_components"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
node_modules/bower/lib/templates/json/help-login.json
generated
vendored
Normal file
19
node_modules/bower/lib/templates/json/help-login.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"command": "login",
|
||||
"description": "Authenticate with GitHub and store credentials to be used later.",
|
||||
"usage": [
|
||||
"login [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-t",
|
||||
"flag": "--token",
|
||||
"description": "Pass an existing GitHub auth token rather than prompting for username and password."
|
||||
}
|
||||
]
|
||||
}
|
||||
14
node_modules/bower/lib/templates/json/help-lookup.json
generated
vendored
Normal file
14
node_modules/bower/lib/templates/json/help-lookup.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"command": "lookup",
|
||||
"description": "Look up a single package URL by name.",
|
||||
"usage": [
|
||||
"lookup <name> [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
node_modules/bower/lib/templates/json/help-prune.json
generated
vendored
Normal file
14
node_modules/bower/lib/templates/json/help-prune.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"command": "prune",
|
||||
"description": "Uninstalls local extraneous packages.",
|
||||
"usage": [
|
||||
"prune [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
node_modules/bower/lib/templates/json/help-register.json
generated
vendored
Normal file
19
node_modules/bower/lib/templates/json/help-register.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"command": "register",
|
||||
"description": "Registers a package.",
|
||||
"usage": [
|
||||
"register <name> <url> [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "Bypasses confirmation. Bower login is still needed."
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
node_modules/bower/lib/templates/json/help-search.json
generated
vendored
Normal file
14
node_modules/bower/lib/templates/json/help-search.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"command": "search",
|
||||
"description": "Search for packages by name.",
|
||||
"usage": [
|
||||
"search <name> [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
29
node_modules/bower/lib/templates/json/help-uninstall.json
generated
vendored
Normal file
29
node_modules/bower/lib/templates/json/help-uninstall.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"command": "uninstall",
|
||||
"description": "Uninstalls a package locally from your bower_components directory",
|
||||
"usage": [
|
||||
"uninstall <name> [<name> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "Continues uninstallation even after a dependency conflict"
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-S",
|
||||
"flag": "--save",
|
||||
"description": "Remove uninstalled packages from the project's bower.json dependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-D",
|
||||
"flag": "--save-dev",
|
||||
"description": "Remove uninstalled packages from the project's bower.json devDependencies"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
node_modules/bower/lib/templates/json/help-unregister.json
generated
vendored
Normal file
19
node_modules/bower/lib/templates/json/help-unregister.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"command": "unregister",
|
||||
"description": "Unregisters a package.",
|
||||
"usage": [
|
||||
"unregister <name> [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "Bypasses confirmation. Bower login is still needed."
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
34
node_modules/bower/lib/templates/json/help-update.json
generated
vendored
Normal file
34
node_modules/bower/lib/templates/json/help-update.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"command": "update",
|
||||
"description": "Updates installed packages to their newest version according to bower.json.",
|
||||
"usage": [
|
||||
"update <name> [<name> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-F",
|
||||
"flag": "--force-latest",
|
||||
"description": "Force latest version on conflict"
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-p",
|
||||
"flag": "--production",
|
||||
"description": "Do not install project devDependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-S",
|
||||
"flag": "--save",
|
||||
"description": "Update dependencies in bower.json"
|
||||
},
|
||||
{
|
||||
"shorthand": "-D",
|
||||
"flag": "--save-dev",
|
||||
"description": "Update devDependencies in bower.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
node_modules/bower/lib/templates/json/help-version.json
generated
vendored
Normal file
14
node_modules/bower/lib/templates/json/help-version.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"command": "version",
|
||||
"description": "Creates an empty version commit and tag, and fail if the repo is not clean.\n\nThe <version> argument should be a valid semver string, or one of following:\nbuild, patch, minor, major.\n\nIf supplied with --message (shorthand: -m) config option, bower will use it\nas a commit message when creating a version commit. If the message config\ncontains %s then that will be replaced with the resulting version number.\n\nFor example:\n\n bower version patch -m \"Upgrade to %s for reasons\"",
|
||||
"usage": [
|
||||
"version [<version> | major | minor | patch]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-m",
|
||||
"flag": "--message",
|
||||
"description": "Custom git commit and tag message"
|
||||
}
|
||||
]
|
||||
}
|
||||
78
node_modules/bower/lib/templates/json/help.json
generated
vendored
Normal file
78
node_modules/bower/lib/templates/json/help.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"usage": [
|
||||
"<command> [<args>] [<options>]"
|
||||
],
|
||||
"commands": {
|
||||
"cache": "Manage bower cache",
|
||||
"help": "Display help information about Bower",
|
||||
"home": "Opens a package homepage into your favorite browser",
|
||||
"info": "Info of a particular package",
|
||||
"init": "Interactively create a bower.json file",
|
||||
"install": "Install a package locally",
|
||||
"link": "Symlink a package folder",
|
||||
"list": "List local packages - and possible updates",
|
||||
"login": "Authenticate with GitHub and store credentials",
|
||||
"lookup": "Look up a single package URL by name",
|
||||
"prune": "Removes local extraneous packages",
|
||||
"register": "Register a package",
|
||||
"search": "Search for packages by name",
|
||||
"update": "Update a local package",
|
||||
"uninstall": "Remove a local package",
|
||||
"unregister": "Remove a package from the registry",
|
||||
"version": "Bump a package version"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "Makes various commands more forceful"
|
||||
},
|
||||
{
|
||||
"shorthand": "-j",
|
||||
"flag": "--json",
|
||||
"description": "Output consumable JSON"
|
||||
},
|
||||
{
|
||||
"shorthand": "-l",
|
||||
"flag": "--loglevel",
|
||||
"description": "What level of logs to report"
|
||||
},
|
||||
{
|
||||
"shorthand": "-o",
|
||||
"flag": "--offline",
|
||||
"description": "Do not hit the network"
|
||||
},
|
||||
{
|
||||
"shorthand": "-q",
|
||||
"flag": "--quiet",
|
||||
"description": "Only output important information"
|
||||
},
|
||||
{
|
||||
"shorthand": "-s",
|
||||
"flag": "--silent",
|
||||
"description": "Do not output anything, besides errors"
|
||||
},
|
||||
{
|
||||
"shorthand": "-V",
|
||||
"flag": "--verbose",
|
||||
"description": "Makes output more verbose"
|
||||
},
|
||||
{
|
||||
"flag": "--allow-root",
|
||||
"description": "Allows running commands as root"
|
||||
},
|
||||
{
|
||||
"shorthand": "-v",
|
||||
"flag": "--version",
|
||||
"description": "Output Bower version"
|
||||
},
|
||||
{
|
||||
"flag": "--no-color",
|
||||
"description": "Disable colors"
|
||||
},
|
||||
{
|
||||
"flag": "--config.interactive=false",
|
||||
"description": "Disable prompts"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user