1.0.2 • Published 6 years ago

taskpricer v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

taskpricer

give task csv title, task, ratio ratio(1-9, 0 will 0 price) and you get title, task, price
This will RANDOM price! And need for such task!

Install: npm i -g taskpricer

how use

taskpricer <filename> <totalprice>
After, you will get "result.csv". "filename" should be without extention.

example:

taskpricer mytasks 90000

Was file "mytasks.csv":

titleTaskRatio
I did somethingTASK_NUMBER_13
I did more somethingTASK_NUMBER_29
I did something moreTASK_NUMBER_36

Will be file "result.csv":

titleTaskPrice
I did somethingTASK_NUMBER_112000
I did more somethingTASK_NUMBER_245000
I did something moreTASK_NUMBER_333000
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago