0.9.0 • Published 10 years ago

shark-core v0.9.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.8.0

10 years ago

0.7.5

10 years ago

0.7.4

10 years ago

0.7.3

10 years ago

0.7.0

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago