Services/interfaces and utilites for command executers
Find a file
Andrey Kernichniy bc9dbd24e0
All checks were successful
CI / build (push) Successful in 34s
Added dependencies
2026-03-08 12:40:57 +07:00
.forgejo/workflows Added first files 2026-03-08 00:30:02 +07:00
.husky Initial commit 2026-03-07 17:10:42 +00:00
.vscode Initial commit 2026-03-07 17:10:42 +00:00
lib/src Added dependencies 2026-03-08 12:40:57 +07:00
playground Initial commit 2026-03-07 17:10:42 +00:00
scripts Initial commit 2026-03-07 17:10:42 +00:00
.editorconfig Initial commit 2026-03-07 17:10:42 +00:00
.gitignore Initial commit 2026-03-07 17:10:42 +00:00
.npmrc Update .npmrc 2026-03-08 01:05:38 +07:00
.prettierignore Initial commit 2026-03-07 17:10:42 +00:00
.prettierrc Initial commit 2026-03-07 17:10:42 +00:00
eslint.config.mjs Initial commit 2026-03-07 17:10:42 +00:00
package-lock.json Added dependencies 2026-03-08 12:40:57 +07:00
package.json Added dependencies 2026-03-08 12:40:57 +07:00
readme.md Initial commit 2026-03-07 17:10:42 +00:00
tsconfig.dev.json Initial commit 2026-03-07 17:10:42 +00:00
tsconfig.json Initial commit 2026-03-07 17:10:42 +00:00

Descriptions

This template repo for libraries on Type Script.

Repository include:

  • Base checks of code (prettier, eslint, husky)
  • Base Forgejo CI/CD workflows