grunt-cli

WebJar for grunt-cli

License

License

MIT
Categories

Categories

JavaScript Languages Github Development Tools Version Controls CLI User Interface
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-gruntjs-grunt-cli
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

grunt-cli
WebJar for grunt-cli
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gruntjs/grunt-cli

Download github-com-gruntjs-grunt-cli

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-gruntjs-grunt-cli/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-gruntjs-grunt-cli</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-gruntjs-grunt-cli/
implementation 'org.webjars.npm:github-com-gruntjs-grunt-cli:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-gruntjs-grunt-cli/
implementation ("org.webjars.npm:github-com-gruntjs-grunt-cli:1.2.0")
'org.webjars.npm:github-com-gruntjs-grunt-cli:jar:1.2.0'
<dependency org="org.webjars.npm" name="github-com-gruntjs-grunt-cli" rev="1.2.0">
  <artifact name="github-com-gruntjs-grunt-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-gruntjs-grunt-cli', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-gruntjs-grunt-cli" % "1.2.0"
[org.webjars.npm/github-com-gruntjs-grunt-cli "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : findup-sync jar [0.3.0,0.4)
org.webjars.npm : grunt-known-options jar [1.1.0,1.2)
org.webjars.npm : nopt jar [3.0.6,3.1)
org.webjars.npm : resolve jar [1.1.0,1.2)

Project Modules

There are no modules declared in this project.

grunt-cli Build Status: Linux Build Status: Windows

The Grunt command line interface.

Install this globally and you'll have access to the grunt command anywhere on your system.

npm install -g grunt-cli

Note: The job of the grunt command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, please read this.

See the Getting Started guide for more information.

Shell tab auto-completion

To enable tab auto-completion for Grunt, add one of the following lines to your ~/.bashrc or ~/.zshrc file.

# Bash, ~/.bashrc
eval "$(grunt --completion=bash)"
# Zsh, ~/.zshrc
eval "$(grunt --completion=zsh)"

Installing grunt-cli locally

If you prefer the idiomatic Node.js method to get started with a project (npm install && npm test) then install grunt-cli locally with npm install grunt-cli --save-dev. Then add a script to your package.json to run the associated grunt command: "scripts": { "test": "grunt test" } . Now npm test will use the locally installed ./node_modules/.bin/grunt executable to run your Grunt commands.

To read more about npm scripts, please visit the npm docs: https://docs.npmjs.com/misc/scripts.

org.webjars.npm

grunt

Versions

Version
1.2.0