https://github.com/carson2222/file-renamer
https://github.com/carson2222/file-renamer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carson2222/file-renamer
- Owner: carson2222
- Created: 2024-01-24T10:30:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T11:23:17.000Z (over 2 years ago)
- Last Synced: 2024-01-24T12:38:41.720Z (over 2 years ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Bulk file re-namer
This is just a simple application to practice my Node.JS skills
The exercise comes from: https://roadmap.sh/full-stack
Exercise text:
"Bulk rename files in a directory."
Based on Github API: https://docs.github.com/en/rest/search#search-repositories
Example respond:
```
Rename complete
[ 'test.html', 'test.js' ]
```