0.2.0 • Published 5 years ago

saphire-base v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Saphire Base

This is a base library that will be used for another frameworks of Diver Project (saphire - javascript).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

You need have Node Package Manager (NPM) to install Saphire Base.

Installing

npm install saphire-base

Running the tests

The project has a folder .vscode that is used on Visual Studio Code, with a DEBUG Plugin and using Mocha you can test all objects/classes.

Usage

var Util = require('saphire-base').Util; // 'statis' methods
var Queue = require('saphire-base).Queue; // Class to be instanced
var Bitwise = require('saphire-base).Bitwise; // Class to be instanced

(...)

Bitwise

Bitwise operators use Util methods.

Queue

Queue use Array to store your elements.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

*The revision log have somethings different because it's used developers found more easy changes made and make github commit messages more clean*.

Authors

  • Andrew Mello da Silva - Developer - Driw

License

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

Acknowledgments