From 23041adee9590064c455e5d4a511fc89b5d80546 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 5 Jul 2021 08:42:26 +0530 Subject: Removed references to png images since they were not being used anyways. --- scripts/create.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/create.js') diff --git a/scripts/create.js b/scripts/create.js index 12b0c15..b41d6d0 100644 --- a/scripts/create.js +++ b/scripts/create.js @@ -41,7 +41,7 @@ const filesThatNeedTextReplace = ['package.json', 'index.js', 'README.md']; if (await fs.exists(newRecipeFolder)) { console.log('⚠️ Recipe already exists'); return; - } + } console.log('[Info] Passed pre-checks'); @@ -62,9 +62,9 @@ const filesThatNeedTextReplace = ['package.json', 'index.js', 'README.md']; open(newRecipeFolder); console.log(`✅ Successfully created your recipe. - + What's next? - Make sure you restart Ferdi in order for the recipe to show up -- Customise "webview.js", "package.json", "icon.svg" and "icon.png (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#recipe-structure) +- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#recipe-structure) - Publish your recipe (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#publishing)`); })(); -- cgit v1.2.3-70-g09d2