From 2b4ebffe464c6412b8ac6c6b2375773725df6570 Mon Sep 17 00:00:00 2001 From: Alexander <96749659+Nazeofel@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:25:05 +0200 Subject: [PATCH] Feat(create robo) no credential feature (#252) * index.ts Added -nc 'no credentials' feature to skip asking for credential, I also modified -p options so if the first option is '' it will skip asking for plugins. this update aims at easier testing as well as faster creation of templates. * update * chore(index.ts): negated if to replace empty scope * oopsy it was not workey * changeset * fix(index.ts) Condition to ask for no creds was broken * fix(index.ts) wasnt following best practices