rangement/index.ts

25 lines
612 B
TypeScript

/**---------------------
* @name tykayn Rangement
* @description Rangement sorts and rename files depending on their exif data
* @contact contact@cipherbliss.com
--------------------- */
/** ---------------------
libs
--------------------- */
import log from 'loglevel'
/** ---------------------
custom utilities and configuration
--------------------- */
import rangement_instance from './conf/configs'
import finder from './utils/finder'
log.setLevel(rangement_instance.log_level)
log.info(' ')
finder.parseArguments()
finder.guessFileNameOnAllFilesFromArguments()
console.log('hello ts', finder)