business-moment
Version:
Business calendar momentjs plugin
23 lines (15 loc) • 529 B
Markdown
# 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
```