Skip to content

ycmds/release-test-monorepo

Repository files navigation

🦠 MacroBE Monorepo

Tests TypeScript + ESM License Ask me in Telegram

❤️‍🔥 The BEST modern 2026 example of release tools for nano libraries

🚀 Modern: Built with ESM modules and TypeScript
🪶 Lightweight: Tree-shakable functions for optimal bundle size
💪 Type-safe: Full TypeScript support with comprehensive type definitions
⚡ Fast: Optimized algorithms for maximum performance
🎯 Focused: Essential utilities without bloat
📦 Zero Dependencies: No external dependencies

📦 Packages

Package Version Size Bundle Size Description
@macrobe/plus npm install size bundle Plus utility functions
@macrobe/multiply npm install size bundle Multiply utility functions

🚀 Usage

@macrobe/plus

import { plus } from '@macrobe/plus';

const result = plus(2, 3);
// => 5

@macrobe/multiply

import { multiply } from '@macrobe/multiply';

const result = multiply(2, 3);
// => 6

📖 Documentation

🛠 Development

# Install dependencies
pnpm install

# Build all packages
pnpm run build

# Run tests
pnpm run test

# Run tests in watch mode
pnpm run test:watch

📝 License

MIT © Igor Suvorov


@macrobe - Swimming in utilities 🐠

About

Release test monorepo

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors