Skip to content

Commit

Permalink
Merge pull request #9 from jd-apprentice/feat/scafolding
Browse files Browse the repository at this point in the history
Feat/scafolding
  • Loading branch information
jd-apprentice authored Aug 8, 2024
2 parents 58b60d3 + 638a035 commit 4423823
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Sample bun template with Turso DB, eslint, prettier, docker, husky, sonarjs, tes
-[Husky](https://typicode.github.io/husky/)
-[Esdoc](https://esdoc.org/)
-[CodeQL](https://codeql.github.com/)
-[Joi](https://joi.dev/)
- ✅ Jsconfig with checkjs and strict
- ✅ Docker ready
- ✅ Bun ready
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/app_name",
"dependencies": {
"@libsql/kysely-libsql": "^0.3.0",
"joi": "^17.13.3",
"kysely": "^0.27.3"
},
"description": "template for a bun project",
Expand Down
Empty file added src/middlewares/.gitkeep
Empty file.
Empty file added src/models/.gitkeep
Empty file.
Empty file added src/routes/.gitkeep
Empty file.
Empty file added src/services/.gitkeep
Empty file.
Empty file added src/utils/.gitkeep
Empty file.

0 comments on commit 4423823

Please sign in to comment.