magic-tasks

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i magic-tasks

Weekly Downloads

2

Version

0.2.1

License

none

Last publish

Collaborators

  • bluberry