v3.0.0
🎉 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.
- Still works similarly, but you first toggle what you want to include in your
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