Generating a new blog post with a markdown file
file system: https://nodejs.org/api/fs.html, to create a file fs-extra: https://github.com/jprichardson/node-fs-extra, handy functions with file system ...
file system: https://nodejs.org/api/fs.html, to create a file fs-extra: https://github.com/jprichardson/node-fs-extra, handy functions with file system ...
My Acceptance Criteria
Via Windows Package Manager CLI (aka winget)
```csharp public async Task Create(LedgerTransaction transaction) { _logger.LogInformation($"Saving a transaction: {transaction.TransactionId}");
```csharp private readonly TestApplicationFactory _factory; private readonly ITestOutputHelper _output; private readonly HttpClient _client; private readonly...