This repository is a template for create type script library
Find a file Use this template
Andrey Kernichniy 7b8709d7d8
All checks were successful
CI / build (push) Successful in 25s
Update CI/CD
2026-03-07 15:13:52 +07:00
.forgejo/workflows Update CI/CD 2026-03-07 15:13:52 +07:00
.husky Template of Type script library 2026-03-03 21:52:28 +07:00
.vscode Added files for playground 2026-03-04 02:21:54 +07:00
lib/src Template of Type script library 2026-03-03 21:52:28 +07:00
playground Added files for playground 2026-03-04 02:21:54 +07:00
scripts Template of Type script library 2026-03-03 21:52:28 +07:00
.editorconfig Template of Type script library 2026-03-03 21:52:28 +07:00
.gitignore Template of Type script library 2026-03-03 21:52:28 +07:00
.npmrc Template of Type script library 2026-03-03 21:52:28 +07:00
.prettierignore Template of Type script library 2026-03-03 21:52:28 +07:00
.prettierrc Template of Type script library 2026-03-03 21:52:28 +07:00
eslint.config.mjs Fix work of eslint 2026-03-03 22:37:17 +07:00
package-lock.json Added files for playground 2026-03-04 02:21:54 +07:00
package.json Added files for playground 2026-03-04 02:21:54 +07:00
readme.md Update CI/CD 2026-03-07 15:13:52 +07:00
tsconfig.dev.json Added files for playground 2026-03-04 02:21:54 +07:00
tsconfig.json Template of Type script library 2026-03-03 21:52:28 +07:00

Descriptions

This template repo for libraries on Type Script.

Repository include:

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