Skip to content

Commit

Permalink
docs(docs): add new features to documentation #81
Browse files Browse the repository at this point in the history
- AutoCRUD mode (Java/Kotlin Language only).With DevTi Protocol (like `devti://story/github/1102`) will auto generate Model-Controller-Service-Repository code.
- AutoSQL. Context-aware SQL generation.
- AutoPage. Context-aware Page generation.
- AutoTesting. create unit test intention, auto run unit test and try to fix test.
- Auto Document. Auto generate document.
  • Loading branch information
phodal committed Jan 26, 2024
1 parent 0263a7b commit a3c66e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ Features:

- Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others...
- Auto development mode.
- With DevTi Protocol (like `devti://story/github/1102`) will auto generate
- AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code.With DevTi Protocol (like `devti://story/github/1102`) will auto generate
Model-Controller-Service-Repository code.
- AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code.
- Auto Testing. create unit test intention, auto run unit test and try to fix test.
- AutoSQL. Context-aware SQL generation.
- AutoPage. Context-aware Page generation.
- AutoTesting. create unit test intention, auto run unit test and try to fix test.
- Auto Document. Auto generate document.
- Copilot mode
- Pattern specific.Based on your code context like (Controller, Service `import`), AutoDev will suggest you the best
Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ Features:

- Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others...
- Auto development mode.
- With DevTi Protocol (like `devti://story/github/1102`) will auto generate
Model-Controller-Service-Repository code.
- AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code.
- Auto Testing. create unit test intention, auto run unit test and try to fix test.
- Auto Document. Auto generate document.
- AutoCRUD mode (Java/Kotlin Language only).With DevTi Protocol (like `devti://story/github/1102`) will auto generate
Model-Controller-Service-Repository code.
- AutoSQL. Context-aware SQL generation.
- AutoPage. Context-aware Page generation.
- AutoTesting. create unit test intention, auto run unit test and try to fix test.
- Auto Document. Auto generate document.
- Copilot mode
- Pattern specific.Based on your code context like (Controller, Service `import`), AutoDev will suggest you the best
code.
Expand Down

0 comments on commit a3c66e8

Please sign in to comment.