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:
co-authored by
Arwid Thornström
parent
bc9ba08e76
commit
724f3905ab
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user