LeBook
LeBook is a lightweight command-line application for managing your personal book collection. Keep track of books you
own, borrow, and lend out with simple text commands.
Table of Contents
Features
- Book Management: Add and delete books from your collection
- Status Tracking: Mark books as borrowed or returned
- Book Listing: View all books in your library with status indicators
- Persistence: Your library is automatically saved between sessions
- Simple Interface: Easy-to-remember commands with clear feedback
Getting Started
Prerequisites
- Java Development Kit (JDK) 17 or higher
- Gradle 7.0+ (for building from source)
Installation
Option 1: Download JAR file
- Download the latest
LeBook.jar from the releases page
- Place the JAR file in your preferred directory
Option 2: Build from source
- Clone the repository
git clone https://github.com/yourusername/lebook.git
- Navigate to the project directory
Running LeBook
On the first run, LeBook will create a data directory for storing your book collection.
Usage
Please refer to the User Guide.
Development
Please refer to the Developer Guide.