1.0.0 • Published 1 year ago

my-task-scheduler v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Introduction

It is a javascript task manager with functions to add tasks remove tasks and update them.

Installation

npm install task-Scheduler

Usage

const manager=require('./index.js');

manager.addTask('leisure','trip to musanze','2023-12-9'); manager.update(1,'Learn','learning node js','2024-3-11',false); manager.removetask(2);

bulid

npm run build

Test

npm run test

cContribute

we welcome contributors. to update our task manager. if you would like to contribute you are welcome, clone the Repostory.

1.0.0

1 year ago