togglvest

Helps to import Toggl entries into Harvest

Usage no npm install needed!

<script type="module">
  import togglvest from 'https://cdn.skypack.dev/togglvest';
</script>

README

npm version

js-standard-style

Runtime requirements

  • NodeJS >= 8.0.0

Sync Requirements

Configuration

npx togglvest config

Synchronization

Command options

npx togglvest sync <day> <month> <year>

Samples of usage

# Curren date
npx togglvest sync

# Day of the current month and year
npx togglvest sync 10

# Day and month of the current year
npx togglvest sync 10 10

# Custom date (day, month, year)
npx togglvest sync 10 10 2017