Skip to content

Utility move projects and tasks from NirvanaHQ to ZenKit

License

Notifications You must be signed in to change notification settings

megadix/nirvana2zenkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nirvana2Zenkit

Accompanying code for my articles about moving data from Nirvana GTD to Zenkit.

Requirements

  • a recent version of Node.js and NPM
  • a Nirvana GTD account
  • a Zenkit account

Quick Start

  1. Install dependencies:
npm install
  1. download a JSON export of your data from Nirvana GTD (see Part 1 of the series) and save it locally, e.g. C:\download\nirvana-export.json

  2. CD into project, then run the script:

node src/index.js C:\download\nirvana-export.json

Sample console output (Windows):

> node src/index.js C:\download\nirvana-export.json

Writing out/projects.csv...
Writing out/tasks.csv...
...Done
...Done

The script will create:

  • an out folder
  • out/projects.csv
  • out/tasks.csv

See articles in the series for details.

About

Utility move projects and tasks from NirvanaHQ to ZenKit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published