New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

geezifynum

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geezifynum

A lightweight JavaScript/React package for converting numbers between Arabic numerals (1, 2, 3...) and Geez numerals (፩, ፪, ፫...).

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

🧮 geezify

geezify is a lightweight JavaScript/React-compatible package that lets you convert numbers between Arabic numerals (1, 2, 3...) and Geez numerals (፩, ፪, ፫...).

Supports conversions from 1 to 100. Ideal for Ethiopian heritage projects, calendars, education tools, or language learning apps.

✨ Features

  • 🔁 Arabic ➡ Geez: 15፲፭
  • 🔁 Geez ➡ Arabic: ፴፯37
  • ⚡ Simple functions (geez(), arabic())
  • ✅ TypeScript support
  • 🧩 Framework-agnostic (works in React, Node.js, Vanilla JS)
  • 🌐 Fully open source

📦 Installation

Install using npm:

npm install geezify


````yarn
yarn add geezify




usage


import { geez, arabic } from 'geezify';

export default function App() { return (

Geez of 15: {geez(15)}

{/_ ፲፭ _/}

Arabic of ፴፯: {arabic('፴፯')}

{/_ 37 _/}
); }

✨ Author Made with ❤️ by Yonas Debru

Keywords

geez-number-converter

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts