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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    2
    • latest

Version History

Package Sidebar

Install

npm i magic-tasks

Weekly Downloads

10

Version

0.2.1

License

none

Last publish

Collaborators

  • bluberry