Create CLI working scaffolding

This commit is contained in:
2025-01-17 16:10:04 +01:00
parent f3b68dca33
commit a270ee4ae5
10 changed files with 136 additions and 20 deletions

View File

@@ -7,5 +7,5 @@ buildNpmPackage {
pname = "obsidian-tasks-reminder";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-d8uZWYmroWoju976WXnCaYX+0uTLK/tc6hS/WgEHv/o=";
npmDepsHash = "sha256-ofPAFnHbW+M0uQN/OXDLK+PQ3ls6AtD58/AOmSxn754=";
}