$ npm install shark-cli -g
. <(shark completion)
$ npm install shark-core --save-dev
'use strict';
const path = require('path');
const Shark = require('shark-core');
const shark = Shark({
tasksPath: path.join(__dirname, './shark/tasks')
});
module.exports = shark;
$ shark