-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
151 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,86 @@ | ||
{ | ||
// Unstable features | ||
"experimental": { | ||
"projectName": "@reliverse/cli", | ||
"projectAuthor": "blefnk", | ||
"projectDescription": "This superapp CLI tool can help you easily create new web projects, manage existing projects, and automatically make advanced codebase modifications, with more features coming soon.", | ||
"projectVersion": "1.4.11", | ||
"projectLicense": "MIT", | ||
"projectRepository": "https://github.com/blefnk/reliverse", | ||
|
||
// Project capabilities | ||
"features": { | ||
"i18n": true, | ||
"analytics": false, | ||
"themeMode": "dark-light", | ||
"authentication": false, | ||
"api": false, | ||
"database": false, | ||
"testing": true, | ||
"docker": false, | ||
"ci": true, | ||
"commands": [], | ||
"webview": [], | ||
"language": [ | ||
"typescript" | ||
], | ||
"themes": [ | ||
"default" | ||
] | ||
}, | ||
|
||
// Tech stack of your project | ||
"projectFramework": "nextjs", | ||
"projectPackageManager": "bun", | ||
"preferredLibraries": { | ||
"stateManagement": "zustand", | ||
"formManagement": "react-hook-form", | ||
"styling": "tailwind", | ||
"uiComponents": "shadcn-ui", | ||
"testing": "bun", | ||
"authentication": "clerk", | ||
"database": "drizzle", | ||
"api": "trpc" | ||
}, | ||
|
||
// Code style preferences | ||
"codeStyle": { | ||
"dontRemoveComments": true, | ||
"shouldAddComments": true, | ||
"typeOrInterface": "type", | ||
"importOrRequire": "import", | ||
"quoteMark": "double", | ||
"semicolons": true, | ||
"lineWidth": 80, | ||
"indentStyle": "space", | ||
"indentSize": 2, | ||
"importSymbol": "~", | ||
"trailingComma": "all", | ||
"bracketSpacing": true, | ||
"arrowParens": "always", | ||
"tabWidth": 2 | ||
}, | ||
|
||
// Cleaner codemod will ignore these deps | ||
"ignoreDependencies": [], | ||
|
||
// Config revalidation (1h | 1d | 2d | 7d) | ||
"configLastRevalidate": "2025-01-05T23:44:15.803Z", | ||
"configRevalidateFrequency": "2d", | ||
|
||
// Custom rules for Reliverse AI | ||
"customRules": {}, | ||
|
||
// Do you want autoYes/autoNo below? | ||
// Set to true to activate auto-answering. | ||
// This is to ensure there is no unexpected behavior. | ||
"skipPromptsUseAutoBehavior": false, | ||
|
||
// Prompts behavior (prompt | autoYes | autoNo) | ||
"deployBehavior": "prompt", | ||
"depsBehavior": "prompt", | ||
"gitBehavior": "prompt", | ||
"i18nBehavior": "prompt", | ||
"scriptsBehavior": "prompt" | ||
}, | ||
"projectName": "@reliverse/cli", | ||
"projectAuthor": "blefnk", | ||
"projectDescription": "This superapp CLI tool can help you easily create new web projects, manage existing projects, and automatically make advanced codebase modifications, with more features coming soon.", | ||
"projectVersion": "1.4.11", | ||
"projectLicense": "MIT", | ||
"projectRepository": "git+https://github.com/reliverse/cli.git", | ||
"features": { | ||
"i18n": true, | ||
"analytics": false, | ||
"themeMode": "dark-light", | ||
"authentication": true, | ||
"api": true, | ||
"database": true, | ||
"testing": false, | ||
"docker": false, | ||
"ci": false, | ||
"commands": [], | ||
"webview": [], | ||
"language": [], | ||
"themes": [] | ||
}, | ||
"projectFramework": "nextjs", | ||
"projectPackageManager": "bun", | ||
"preferredLibraries": { | ||
"stateManagement": "zustand", | ||
"formManagement": "react-hook-form", | ||
"styling": "tailwind", | ||
"uiComponents": "shadcn-ui", | ||
"testing": "bun", | ||
"authentication": "clerk", | ||
"database": "drizzle", | ||
"api": "trpc" | ||
}, | ||
"codeStyle": { | ||
"dontRemoveComments": true, | ||
"shouldAddComments": true, | ||
"typeOrInterface": "type", | ||
"importOrRequire": "import", | ||
"quoteMark": "double", | ||
"semicolons": true, | ||
"lineWidth": 80, | ||
"indentStyle": "space", | ||
"indentSize": 2, | ||
"importSymbol": "~", | ||
"trailingComma": "all", | ||
"bracketSpacing": true, | ||
"arrowParens": "always", | ||
"tabWidth": 2 | ||
}, | ||
"configLastRevalidate": "2025-01-05T23:00:18.187Z", | ||
"configRevalidateFrequency": "2d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters