Console book scanner-parser for book cataloging , written in go
- fb2
Build and run: go build book_parser.go
Executing: ./book_parser
- will scan current directory
Scan directories:
./book_parser scan directory_name directory_name1
Main configuration here: conf/config.json
Config logrus logger here: src/logging/logging.go
MIT