samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

Make app create directories as needed #36

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

The current app is "fragile". If the config or data directory doesnt exist, it will completely fail.

This should add the ability to create the base config/data dirs as needed, either at runtime or at install (maybe both).