# name-your-function **Repository Path**: mirrors_yorkie/name-your-function ## Basic Information - **Project Name**: name-your-function - **Description**: Just rename your anonymous function in ES6. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # name-your-function Just rename your anonymous function in ES6. ### Installation ```sh $ npm install name-your-function -g ``` ### Usage ```sh $ name-your-function ./src/js/ ``` The above command would search for the `.js` files by the given path, and replace the anonymous function with a random name: ``` {filename}_{random} ``` For example, in a file `buffer.js`, and an anonymous will be transpiled to: ``` buffer_9fe692 ``` ### License MIT