Skip to content

v0.0.21

Compare
Choose a tag to compare
@nyxb nyxb released this 06 May 20:27
· 42 commits to main since this release

compare changes

πŸš€ Enhancements

  • 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)

❀️ Contributors