Skip to content

Commit

Permalink
update - skeet init
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Apr 11, 2024
1 parent e8b0b4b commit b3c4081
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/silver-lamps-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@skeet-framework/skeet-func-template": patch
"@skeet-framework/cli": patch
---

Update - skeet init
6 changes: 6 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ Now you can call your AI Assistant to create a new function, method, typedoc, an
$ skeet ai --help
```
or You can call check command to check your configurations
```bash
$ skeet check
```
## Add Build-in Template
You can add a build-in template to your App.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.29.1",
"firebase": "10.9.0",
"firebase-functions-test": "^3.1.1",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
}
}

0 comments on commit b3c4081

Please sign in to comment.