1.0.4 • Published 7 months ago

@meeza/framework v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Meza Framework

npm version License: MIT

Description

Meza Framework is a robust and flexible JavaScript/TypeScript framework designed for building scalable applications.

Installation

npm install @meeza/framework

Quick Start

  • CommonJs
const { greet } = require('@meeza/framework');
greet("Hello World!") //Hello World!
  • ESM
import { greet } from '@meeza/framework';
greet("Hello World!") //Hello World!
  • Typescript
import { greet } from '@meeza/framework';
greet("Hello World!") //Hello World!

Features

  • Easy to use
  • Speed
  • cooldown in commands
  • locale system and more...

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support, please Discord Server Link on Discord Or Discord Profile

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago