An open API service indexing awesome lists of open source software.

https://github.com/carson2222/file-renamer


https://github.com/carson2222/file-renamer

Last synced: about 1 year ago
JSON representation

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' ]
```