npm.io
2.0.0 • Published 11h ago

@ezzi/base

Licence
MIT
Version
2.0.0
Deps
4
Size
85 kB
Vulns
0
Weekly
0
Stars
3

Ezzi Base

Library with structures and functions for creating modern Discord applications.

It all starts with the bootstrap function.

import { bootstrap } from "@ezzi/base";

await bootstrap({ meta: import.meta });

Migrating from Constatic to Ezzi is very simple! Just replace @constatic/base with @ezzi/base.


About this project (Fork)

Ezzi is a fork of the original project Constatic developed by @rinckodev.

While keeping the excellent core ideas and structure of the original project, Ezzi was created to introduce customized modifications, adjustments, and improvements tailored specifically for our ecosystem's needs. All credits for the brilliant base architecture go to the original author.


Constatic

It is recommended to use the Constant CLI to generate a project instead of doing it manually.

Read the full documentation here

Keywords