Automic VaultAutomic Vault

brew

Installer grunt-cli avec Homebrew, Nix, pacman, apt, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de grunt-cli pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install grunt-cli

local Homebrew formula metadata

Linux

Nixvérifié · 92%
nix profile install nixpkgs#grunt-cli

nixpkgs package indexes · pkgs/by-name/gr/grunt-cli/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S grunt-cli

Arch Linux sync databases · grunt-cli · Source: geo.mirror.pkgbuild.com

Debian aptvérifié · 92%
sudo apt install grunt

Debian stable package indexes · grunt · Source: deb.debian.org

Windows

Windows Package Managervérifié · 92%
winget install --id Grunt.Grunt -e

Windows Package Manager source index · Grunt.Grunt · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

JavaScript Task Runner

historique

Historique du projet et usages

grunt-cli is the small command-line launcher for Grunt, the JavaScript task runner. Its importance is not that it contains the build system itself, but that it standardizes the global or local `grunt` command while delegating execution to the Grunt version installed beside a project Gruntfile.

Historique du projet

The Grunt ecosystem began with the core grunt repository in September 2011 and the dedicated grunt-cli repository in November 2012. The CLI split reflects a Node.js packaging lesson: the executable can live globally while the task runner and plugins stay pinned in each project.

Grunt documentation for the 0.4 era explicitly tells users that installing grunt-cli does not install the Grunt task runner. Instead, each `grunt` invocation searches through Node's require system for a local Grunt installation, reads the project Gruntfile, and runs requested tasks. The grunt-cli npm package was created in November 2012, matching the repository's early public history.

Historique d'adoption

grunt-cli was widely adopted with Grunt during the early Node.js build-tool era, when JavaScript projects needed repeatable commands for minification, linting, concatenation, tests, and release chores. Its global-install pattern let developers type `grunt` in many projects while allowing each project to control its own Grunt and plugin versions.

As npm scripts and later bundlers became more common, grunt-cli's role narrowed but remained historically important: it is the launcher that made Grunt's project-local dependency model ergonomic across shells, editors, CI systems, and package managers.

Modes d'utilisation

Typical use is `npm install -g grunt-cli` to place `grunt` on PATH, followed by project-local installation of `grunt` and plugins as development dependencies. Running `grunt` from a project directory locates the nearest Gruntfile, loads project tasks, and executes the named or default task. The CLI also exposes options for help, base path, alternate Gruntfile, task directories, npm-installed plugins, dry-run behavior, verbosity, version output, and shell completion.

Pourquoi les passionnés de paquets s'y intéressent

grunt-cli is package-manager lore because it encodes the global-binary/local-library compromise that became common in Node tooling. It gives Homebrew, npm, Debian, Arch, Nix, Ubuntu, and Windows package entries a simple executable to ship, while project correctness still depends on `package.json` and the local `node_modules` graph.

For maintainers, grunt-cli is also a reminder that a package named like a tool can be only a shim. Installing it gives users the command, not necessarily the task runner semantics until a project supplies a Gruntfile and dependencies.

Chronologie

  • 2011: gruntjs/grunt repository created.
  • 2012: gruntjs/grunt-cli repository created.
  • 2012: grunt-cli package created on npm.
  • 2013: Grunt 0.4 documentation formalized the global CLI plus local Grunt workflow.
  • 2021: grunt-cli 1.4.x releases published.
  • 2024: grunt-cli 1.5.0 release published.

Related projects

  • grunt is the task runner that grunt-cli locates and runs.
  • grunt-contrib plugins provide common tasks such as uglify, jshint, and nodeunit in documented examples.
  • npm is the package manager used by Grunt documentation for installing grunt-cli, grunt, and plugins.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./Gruntfile.js./Gruntfile.coffee

exécutables

Exécutables installés

CommandeTypeExpositionNote
gruntcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire1.5.0
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://gruntjs.com/

  • infoNo package-manager update timestamp was available.confiance faible
  • infoRelease/tag comparison is only available for GitHub repositories.https://gruntjs.com/confiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:grunt-cli
Version1.5.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/grunt-cli
Page d'accueilhttps://gruntjs.com/
Dépôthttps://github.com/gruntjs/grunt-cli
Docs amonthttps://github.com/gruntjs/grunt-cli#readme
LicenceMIT
Archive sourcehttps://registry.npmjs.org/grunt-cli/-/grunt-cli-1.5.0.tgz
Dépendancesnode
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegrunt-cli
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

grunt-cli

nix profile install nixpkgs#grunt-cli
  • normalized package name match
  • Correspondance par : Grunt Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/grunt-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

grunt-cli 1.5.0-1

The grunt command line interface.

https://gruntjs.com/

sudo pacman -S grunt-cli
  • License: MIT
  • Architecture: any
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Grunt Cli
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: grunt-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Debian apt92%

grunt 1.6.1-1

JavaScript task runner/build system/maintainer tool

https://gruntjs.com/

sudo apt install grunt
  • Section: web
  • Architecture: all
  • 14 Dépendances
  • 1 fournit
  • installed executable or alias match
  • Correspondance par : Grunt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: grunt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

grunt 1.6.1-1

JavaScript task runner/build system/maintainer tool

https://gruntjs.com/

sudo apt install grunt
  • Section: universe/web
  • Architecture: all
  • 14 Dépendances
  • 1 fournit
  • installed executable or alias match
  • Correspondance par : Grunt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: grunt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
winget92%

Grunt.Grunt

winget install --id Grunt.Grunt -e
  • installed executable or alias match
  • Correspondance par : Grunt
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Grunt.Grunt from https://cdn.winget.microsoft.com/cache/source.msix

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment