0.2.2 • Published 8 years ago
bit-js v0.2.2
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.
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago