New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

workbook-hours

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbook-hours

Why's the time always gone?

latest
npmnpm
Version
2.6.1
Version published
Maintainers
1
Created
Source

Current NPM version

Getting started:

npm install -g workbook-hours (if you don't have npm, you'll need to install node via brew if you have it or by downloading)

Edit the config file in ~/.workbook/config.json:

{
    "workbook": "example.workbook.net",
    "username": "user@example.com",
    "password": "xxxxxxxxxx"
}

Usage:

Choose from all options with workbook, or jump straight to one of them:

  • Add a timecard: workbook-log
    • Defaults to today. To log time for a different date: workbook-log YYYY-MM-DD
    • If you know the project number, a shortcut is: workbook-log [project number] (without the brackets). This option is mutually exclusive with specifying a date.
  • Edit or clear an existing timecard entry: workbook-edit
    • Defaults to today. To edit or clear an entry for a different date: workbook-edit YYYY-MM-DD
  • See and approve daily activity: workbook-review
    • Defaults to today. To review/approve activity for a different date: workbook-review YYYY-MM-DD
  • See timecards for this week: workbook-timecards
  • See your allocation for this week: workbook-allocation
  • See hours allocation for a project: workbook-hours
    • If you know the project number, a shortcut is: workbook-hours [project number] (without the brackets)

Development

Workbook API documentation

Endpoints: https://example.workbook.net/api/metadata

Deployment

Gitlab automatically deploys this project to NPM (https://www.npmjs.com/package/workbook-hours) on tagged commits. Tags should be semantically versioned (MAJOR.minor.patch). See existing tags at https://gitlab.com/newcity/workbook-hours/-/tags

FAQs

Package last updated on 04 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts