Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 901 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 901 Bytes

Bill Splitter

A command-line tool for effortlessly splitting restaurant bills among friends, calculating individual shares with optional taxes and service charges.

Use Without Installation

npx bill-splitter

Installation

Make sure you have node.js and pnpm installed.

pnpm install -g bill-splitter

OR

npm install -g bill-splitter

Usage

bill-splitter

Follow the on-screen prompts to enter information about the bill, shared items, and additional charges.

Features

  • Split restaurant bills with ease
  • Calculate individual shares
  • Optional inclusion of taxes and service charges

Contributing

Feel free to contribute to this project. Fork it, make changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.