chrisbillows / raindrop-todoist-syncer

Converts favourited Raindrops into tasks in Todoist.
2 stars 1 forks source link

Investigate approaches for packaging project #14

Open chrisbillows opened 9 months ago

chrisbillows commented 9 months ago

Explore alternative approaches for a new user to install, configure and run the application.

It could follow this shape:

Version One 1) User clones repo from GitHub 2) User installs the application to make command line access native e.g. rts --help - should this be via pip, pipx or both? 3) The User is instructed in the GitHub README.md to run configuration e.g rts configure.

Version Two 1) Replace manually cloning the repo with installing via PyPi.

Version Three 1) Create an installable .pkg

Necessary steps to consider: