Add command to fix templates (#21)

* add command to fix templates

* replaceAll and lint fixes

* fixed menu

* fix lint command and run it

* add basic error handling for listing of templates

* CR suggestions

---------

Co-authored-by: Arwid Thornström <arwidt@gmail.com>
This commit is contained in:
Anders Gustafsson
2024-08-16 09:34:15 +02:00
committed by GitHub
co-authored by Arwid Thornström
parent bc9ba08e76
commit 724f3905ab
28 changed files with 248 additions and 14310 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const { system, filesystem } = require('gluegun');
const src = filesystem.path(__dirname, '..');
const cli = async cmd =>
const cli = async (cmd) =>
system.run('node ' + filesystem.path(src, 'bin', 'pwcli') + ` ${cmd}`);
test('outputs version', async () => {