0.9.0 • Published 8 years ago

shark-core v0.9.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Shark

Build Status Build status Coverage Status

Getting Started

1. Install shark-cli globally:

$ npm install shark-cli -g

2. Add next line to your ~/.bashrc or ~/.zshrc to enable shark tab-completion

. <(shark completion)

3. Install shark in your project devDependencies:

$ npm install shark-core --save-dev

4. Create a sharkfile.js at the root of your project:

'use strict';

const path  = require('path');
const Shark = require('shark-core');

const shark = Shark({
  tasksPath: path.join(__dirname, './shark/tasks')
});

module.exports = shark;

4. Run shark:

$ shark
0.9.0

8 years ago

0.8.0

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.0

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago