UNPKG

business-moment

Version:
23 lines (15 loc) 529 B
# CLAUDE.md — Business Moment ## Project Overview JavaScript plugin for moment.js that adds business calendar awareness. Extends moment.js with methods to check if a date is a business day and to add/subtract business days, using the `business-calendar` data. ## Tech Stack - **Language / Runtime:** Node.js / JavaScript - **Package manager:** npm - **Peer dependency:** moment.js - **CI:** Travis CI (`.travis.yml`) ## Key Commands ```bash # Install dependencies npm install # Run tests npm test # or: script/test ```