0.2.1 • Published 9 years ago

magic-tasks v0.2.1

Weekly downloads
40
License
none
Repository
-
Last release
9 years ago

magic-tasks

a simple shell task-runner library to make development faster

What does this Project aims to create?

  • a little js library
  • lets you define tasklists that can contain shell commands so you don't have to re-write the same commands all the time

How to install?

  • npm install magic-tasks

Example

var Tasklist = require('magic-tasks');
// create a new git Tasklist
gitroutine = new Tasklist('git', ["status","add -A","commit -m 'new commit' ","push origin master", "push heroku master","status"])
gitroutine.exec();// execute git commands
0.2.1

9 years ago

0.2.0

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago