-
🙈 Add
.prettierignore
and.release-it.json
to.npmignore
(1e1263e) -
👷 Fix indentation in workflow file (2abb2cb)
-
👷 Fix typo in workflow file (122ebab)
-
👷 Initialize NPM config before creating release (9186af2)
-
🙈 Create
.npmignore
(ff65db0) -
➕ Install
release-it-pnpm
(45ec962) -
🙈 Create
.prettierignore
(0e1068a) -
🎨 Fix Prettier formatting errors (d47a44f)
-
✨ Setup and configure
release-it
(3b2309d)
- 9be78a5: ✨ Add Redis and switch to using templates
✨ Add
redis
as a new database provider option ♻️ Add templates for generating Docker Compose files 📝 Minor change in README
- 8b31b3b: ✨ New UI
✨ Switch to
clack
frominquirer
for CLI prompts ♻️ Refactor code 🎨 Add more database provider options
- d765188: ✨ Migrate to
tsup
fromtsc
👷 Add auto-publish CI workflow ➖ Removeattw
🔨 Add clean script, reorganize scripts
- f68bcdd: Remove CLI screenshot asset from package
-
Improve CLI by adding post-run instructions.
✨ Implement more informative CLI log messages and include steps to follow for better user experience ♻️ Upgrade to latest version of
inquirer
for improved performance 💄 Enhance CLI output with emojis for better user experience 📝 Reorganize README for better project overview
-
d6caab2: Add project name customization to CLI
- Add support for custom Docker Compose project names, defaulting to the current directory name
- Display copy-pastable connection URLs for the created databases
- 15a9afa: Initial release with support for scaffolding a local Docker database setup for MySQL or Postgres.