# grunt-legacy-cli **Repository Path**: mirrors_gruntjs/grunt-legacy-cli ## Basic Information - **Project Name**: grunt-legacy-cli - **Description**: Grunt's CLI methods, as a standalone library. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # grunt-legacy-cli [![NPM version](https://badge.fury.io/js/grunt-legacy-cli.svg)](http://badge.fury.io/js/grunt-legacy-cli) [![Build Status](https://travis-ci.org/gruntjs/grunt-legacy-cli.svg)](https://travis-ci.org/gruntjs/grunt-legacy-cli) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) > Grunt's cli methods, as a standalone library. ## Heads up! This is not ready for use yet! We'll update the readme when it's ready to go, feel free to star the project if you want updates in the meantime! ## Install Install with [npm](https://www.npmjs.com/) ```sh $ npm i grunt-legacy-cli --save-dev ``` ## Usage ```js var cli = require('grunt-legacy-cli'); ``` ## API _(Nothing yet.)_ ## Related projects * [grunt](http://gruntjs.com/): The JavaScript Task Runner * [grunt-cli](http://gruntjs.com/): The grunt command line interface. * [grunt-legacy-log](http://gruntjs.com/): The Grunt 0.4.x logger. * [grunt-legacy-util](http://gruntjs.com/): Some old grunt utils provided for backwards compatibility. ## Running tests Install dev dependencies: ```sh $ npm install -d && grunt ``` ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/gruntjs/grunt-legacy-cli/issues/new) ## Author **"Cowboy" Ben Alman** + [github/cowboy](https://github.com/cowboy) * [twitter/cowboy](http://twitter.com/cowboy) ## License Copyright © 2015 "Cowboy" Ben Alman Released under the MIT license. *** _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 05, 2015._