Utils, algoritms and browser API wrappers for JS
Find a file
Andrey Kernichniy 0d1df855a3
All checks were successful
CI / build (push) Successful in 33s
Release package version 1.0.1
Added type for uuidv4
2026-03-14 14:03:10 +07:00
.forgejo/workflows Release package version 1.0.0 2026-03-13 00:32:06 +07:00
.husky Initial commit 2026-03-12 17:21:41 +00:00
.vscode Initial commit 2026-03-12 17:21:41 +00:00
lib/src Release package version 1.0.1 2026-03-14 14:03:10 +07:00
playground Initial commit 2026-03-12 17:21:41 +00:00
scripts Initial commit 2026-03-12 17:21:41 +00:00
.editorconfig Initial commit 2026-03-12 17:21:41 +00:00
.gitignore Initial commit 2026-03-12 17:21:41 +00:00
.npmrc Initial commit 2026-03-12 17:21:41 +00:00
.prettierignore Initial commit 2026-03-12 17:21:41 +00:00
.prettierrc Initial commit 2026-03-12 17:21:41 +00:00
eslint.config.mjs Initial commit 2026-03-12 17:21:41 +00:00
jest.config.js Release package version 1.0.0 2026-03-13 00:32:06 +07:00
package-lock.json Release package version 1.0.0 2026-03-13 00:32:06 +07:00
package.json Release package version 1.0.0 2026-03-13 00:32:06 +07:00
readme.md Initial commit 2026-03-12 17:21:41 +00:00
tsconfig.dev.json Initial commit 2026-03-12 17:21:41 +00:00
tsconfig.json Initial commit 2026-03-12 17:21:41 +00:00
tsconfig.test.json Release package version 1.0.0 2026-03-13 00:32:06 +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