0.2.2 • Published 7 years ago

bit-js v0.2.2

Weekly downloads
67
License
-
Repository
github
Last release
7 years ago

Bit driver for nodejs

For more information on Bit drivers, head over this Bit's wiki page about this topic.

Installing Bit-node.

npm install bit-js -s

Requiring components

First, you need to require the bit-node module:

const bit = require('bit-js');

After requiring the module, you can use any component from your bit.json file.

const isString = bit('isString');

Calling component is simple :)

console.log(isString('Hello World!');

If your component is in a box, you can use it like that:

isString = bit('string/is');

Contributing to Bit-node

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

See Contributing.

Analytics

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago