calendaryjs 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,12 @@
|
|
|
7
7
|
system (lunar, hijri, liturgical… or your own) with a plugin.
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
|
+
<p align="center">
|
|
11
|
+
<a href="https://www.npmjs.com/package/calendaryjs"><img alt="npm" src="https://img.shields.io/npm/v/calendaryjs?style=for-the-badge&color=f59e0b&labelColor=16120F" /></a>
|
|
12
|
+
<a href="https://socket.dev/npm/package/calendaryjs"><img alt="Socket" src="https://img.shields.io/badge/Socket-security-f59e0b?style=for-the-badge&labelColor=16120F" /></a>
|
|
13
|
+
<img alt="Zero dependencies" src="https://img.shields.io/badge/deps-zero-22c55e?style=for-the-badge&labelColor=16120F" />
|
|
14
|
+
</p>
|
|
15
|
+
|
|
10
16
|
- 🔁 **Recurrence engine** — weekly, monthly, nth-weekday, formula, relative
|
|
11
17
|
- 🔌 **Pluggable calendar systems** — one engine, every calendar
|
|
12
18
|
- ✍️ **Fluent builder** — `every("week").on("mon", "wed", "fri")`
|