1.0.4 • Published 3 years ago

overcore v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

About

overcore is a Node.js module that allows you to facilitate your development, the module is based on a CORE system.

Installation

Node.js 16.9.0 or newer is required.

npm install overcore
yarn add overcore
pnpm add overcore

Example usage

Install overcore:

npm install overcore
yarn add overcore
pnpm add overcore

Initialize the module

const { OverCore } = require("overcore")
const core = new OverCore()

//Your code
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago