1.1.0 • Published 5 years ago
fill-aubay-timesheet v1.1.0
Fill my Timesheet for me 🕐
Lightweight CLI for fill up a specific timesheet from my current company.
How it works
npx fill-aubay-timesheet --user=your-user --pass=your-passor you can install globally on your machine
npm i -g fill-aubay-timesheetand then run
fill-aubay-timesheet --user=your-user --pass=your-passwith custom hour period
fill-aubay-timesheet --user=your-user --pass=your-pass --hours-per-day=9for testing purposes
fill-aubay-timesheet --user=your-user --pass=your-pass --testing=trueFlags
- --user: your personal username to sign in on Aubay's application.
- --pass: your personal password to sign in on Aubay's application.
- --hours-per-day: if you want to change the default value, which is 8.
- --testing: use this flag when you want to open the browser and see the steps happening, also, it will skip some steps, specifically the following:- saveTimesheet,- reOpenTimesheet,- submitTimesheet. This flag was added to help us test the application without create holes in it 🙈
License
Usage is provided under the MIT License. See LICENSE for the full details.