You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nyxinit): add nyxinit command to create package.json and tsconfig.json files π fix(init.ts: Fix function name from initPackageJson to createConfigFiles to improve semantics The nyxinit command was added to create package.json and tsconfig.json files. The initPackageJson function was renamed to createConfigFiles to better reflect its purpose. The createConfigFiles function now creates both package.json and tsconfig.json files. The initTsConfig function was moved inside createConfigFiles. The createConfigFiles function now uses the @tyck/prompts package to prompt the user to select which file to create. The tsconfig.json file was formatted to improve readability. (f98c02b)