0.0.15 • Published 7 years ago

do-task v0.0.15

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

do-task

Minimal task runner for NodeJS

Please this repo if you found it useful

Features

  • Works with any build tool

Installation

npm install --save do-task

Dependencies

Usage

  • JavaScript

    import myTask from './my-task';
    import { run } from 'do-task';
    
    run(myTask).then(() => {
        console.log('Yay, myTask finished');
    });
  • Command Line

    node ./node_modules/do-task/bin/do-task run my-task

Support

Submit an issue

Buy Me Coffee

A ridiculous amount of coffee was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Jam Risser © 2017

Credits

Changelog

0.0.1 (2017-06-20)

  • Initial release
0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago