https://github.com/lessfish/crenamer
an application that can rename all the files in one folder built by Electron
https://github.com/lessfish/crenamer
Last synced: 11 months ago
JSON representation
an application that can rename all the files in one folder built by Electron
- Host: GitHub
- URL: https://github.com/lessfish/crenamer
- Owner: lessfish
- Created: 2018-08-14T10:39:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T13:58:03.000Z (over 7 years ago)
- Last Synced: 2025-01-09T02:33:17.063Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRenamer
## Dev
```bash
# Go into the repository
cd CRenamer
# Install dependencies
npm install
# Run the app
npm start
```
# Pack
> On my Macbook Pro
```bash
# Install electron-packager globally
npm install electron-packager -g
# OSX
electron-packager . 'CRenamer' --out ../CRenamer-APP --icon='./icon/icon.icns' --ignore=node_modules
# Windows 64bit
brew cask install xquartz
brew install wine
electron-packager . 'CRenamer' --out ../CRenamer-APP --platform=win32 --arch=x64 --icon='./icon/icon.ico' --ignore=node_modules --overwrite
```
# Preview

# License
MIT