Add configuration file support

This commit is contained in:
Marko Korhonen 2023-11-22 20:57:42 +02:00
parent d141fe1d36
commit ab51b4c11d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
7 changed files with 204 additions and 51 deletions

View file

@ -34,8 +34,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"xdg-basedir": "^5.1.0",
"yargs": "^17.7.2"
}
}