- powershell core
- sqlite3
It will create database and install the dependences.
pwsh restore.ps1
VScode launch.json config
{
"version": "0.2.0",
"configurations": [
{
"name": "PowerShell: Launch Script",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}/src/main.ps1",
"cwd": "${workspaceFolder}/src"
}
]
}
cd src
pwsh -noe main.ps1