1.0.4 • Published 2 years ago

overcore v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago