0.2.1 • Published 10 years ago

magic-tasks v0.2.1

Weekly downloads
40
License
none
Repository
-
Last release
10 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

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago