@coya/task-manager
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@coya/task-manager", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Scheduler for run tasks successively or simultaneously", | ||
"main": "js/TaskManager.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rm -rf js && tsc", | ||
"example": "node examples/exampleAsync.js" | ||
}, | ||
@@ -9,0 +11,0 @@ "repository": { |
@@ -10,2 +10,11 @@ # Task Manager | ||
## Build (for dev) | ||
``` | ||
git clone https://github.com/Cooya/TaskManager | ||
cd TaskManager | ||
npm install // it will also install the development dependencies | ||
npm run build | ||
npm run example // run the example script in "examples" folder | ||
``` | ||
## Usage examples | ||
@@ -12,0 +21,0 @@ ```javascript |
7306
68