rename features to addons

This commit is contained in:
Aman Varshney
2025-03-06 14:35:01 +05:30
parent 3dbe289758
commit 5b13b04a20
17 changed files with 75 additions and 81 deletions

View File

@@ -19,7 +19,7 @@ function generateReadmeContent(options: ProjectConfig): string {
packageManager,
database,
auth,
features = [],
addons = [],
orm = "drizzle",
} = options;
@@ -32,7 +32,7 @@ This project was created with [Better-T-Stack](https://github.com/better-t-stack
## Features
${generateFeaturesList(database, auth, features, orm)}
${generateFeaturesList(database, auth, addons, orm)}
## Getting Started