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.
- 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
- Java Development Kit (JDK) 17 or higher
- Gradle 7.0+ (for building from source)
- Download the latest
LeBook.jarfrom the releases page - Place the JAR file in your preferred directory
- Clone the repository
git clone https://github.com/yourusername/lebook.git
- Navigate to the project directory
cd tp
java -jar LeBook.jarOn the first run, LeBook will create a data directory for storing your book collection.
Please refer to the User Guide.
Please refer to the Developer Guide.