0.0.4 • Published 6 years ago

u-bits-js v0.0.4

Weekly downloads
14
License
DO_WHATEVER_YOU_W...
Repository
github
Last release
6 years ago

u-bits-js

A 'micro' Js bitwise module for learning/understanding bitwise operations.

Version Build Status License

Prerequisites

  • NodeJs / NPM

Installation

cd /path/to/your/project/
npm i u-bits-js

Testing

const uBits = require('u-bits-js')
console.log('Successful uBitsJs Import? ', uBits)

Usage

This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.

const uBits = require('u-bits-js')
const myFlag = uBits.setBits([1, 3, 5, 20, ...], 0)

Contributing

Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.

Authors

License

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

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago