init.example.js | |
---|---|
hive.init(dir) | var hive = require('hive'); |
dir must be a string and an absolute path to your project's root directory | |
Calling | hive.init(__dirname);
|