# grunt-legacy-file **Repository Path**: mirrors_gruntjs/grunt-legacy-file ## Basic Information - **Project Name**: grunt-legacy-file - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # grunt-legacy-file [![NPM version](https://badge.fury.io/js/grunt-legacy-file.svg)](http://badge.fury.io/js/grunt-legacy-file) > Grunt's file methods. ## 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-file --save-dev ``` ## Usage ```js var file = require('grunt-legacy-file'); ``` ## API _(Nothing yet.)_ ## TODO **First:** _(loosely in this order...)_ * [x] migrate code * [x] migrate tests * [x] get tests passing with 100% parity * [x] add Grunfile * [ ] coverage reports * [ ] API documentation, written as code comments * [ ] Add the event to the changelogs of both libraries **Next:** * [ ] replace core `grunt.file` internal module with `grunt-legacy-file` * [ ] remove any dependencies that are no longer needed from grunt. ## 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-file/issues/new) ## Author **"Cowboy" Ben Alman** + [github/cowboy](https://github.com/cowboy) * [twitter/cowboy](http://twitter.com/cowboy) ## License Copyright (c) 2015 "Cowboy" Ben Alman Released under the MIT license. *** _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 14, 2015._