https://github.com/marvin9/foreach-to-for
🤖 Convert thousand of nested, complex forEach loops to for loops
https://github.com/marvin9/foreach-to-for
converter foreach loops
Last synced: over 1 year ago
JSON representation
🤖 Convert thousand of nested, complex forEach loops to for loops
- Host: GitHub
- URL: https://github.com/marvin9/foreach-to-for
- Owner: Marvin9
- License: mit
- Created: 2019-09-20T15:14:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T13:17:00.000Z (over 6 years ago)
- Last Synced: 2025-01-09T05:31:33.357Z (over 1 year ago)
- Topics: converter, foreach, loops
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forEach-to-for

🤖 Convert thousands of nested, complex forEach loops to for loops for performance enhancement
Clone repo.
```
npm install
```
```
npm link
```
## Steps
1. ```
forify /path/to/original/file.js /output/path/js.js
```
## Example
1. ```
forify ./test.js ./exampleOpt.js
```
🧐