Skip to content

v3.0.0

Compare
Choose a tag to compare
@inttter inttter released this 21 Apr 14:53
· 77 commits to main since this release

🎉 v3.0.0!

This update reworks some things, adds some stuff, and has several improvements for those (empty) folders that are created. Also including some smaller changes and adjustments.

✨ Features

  • 72752aa ✨ feat: add Code of Conduct

  • 5f3111f ✨ feat: add template files to empty folders

    • Most folders which, when created before, were initially empty, now have content inside of them as basis for the folders. You can view the new files that are made by clicking/hovering on the commit hash.

♻️ Refactors

  • 591305c ♻️ refactor: use toggles for pkg-config command
    • Still works similarly, but you first toggle what you want to include in your package.json, then fill out the prompts that you selected.


Note

If you already have any of these fields declared in your package.json, the default that'll be provided (the grey text) will be the contents of that field, so you can just press Enter and that field will stay the same.

  • 3a534d7 ♻️ refactor!: make all toggles off by default

🧹 Chores

  • fb5106f 🧹 chore: add some template text into CONTRIBUTING.md
  • 300c8d1 🧹 chore: keep apostrophe's consistent in const statement of README.md
  • 203523f 🧹 chore: keep workflow variable names consistent to others
  • 1e09b91 🧹 chore: make more variables consistent to each other