Skip to content

mdrv/m

Repository files navigation

MINIMAL (M)


GitHub Workflow Status Visit the NPM page GitHub License

Take your JS/TS existing code to the minimalist approach.

Caution

This package is created mainly for the author’s internal projects and published for documentation purposes. If you do have any suggestion, kindly share your thoughts on Discussion tab.

🔔 Release Info

This package implements Gregorian YYM-based semver notation.

  • 📅 v257.x.x: Released around/on July 2025. (current)
  • 🚀 v260.x.x: Released from October to December 2025.

For every major release, the preceding version will need to be imported with subpath:

/* Example: v260.x.x */
import * as Mv260 from '@mdrv/m' // v260 (current)
import * as M from '@mdrv/m/v257' // v257 (previous)

See CHANGELOG for breaking changes, updates and fixes.

💖 Inspirations

© 2025 MEDRIVIA / Umar Alfarouk

About

Take your existing JS/TS code to the maximum minimalist approach!

Resources

License

Stars

Watchers

Forks

Packages

No packages published