Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "teneplaysofficial/js-utils-kit" }],
"changelog": ["@changesets/changelog-github", { "repo": "tenedev/js-utils-kit" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: teneplaysofficial
github: tenedev
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Report a bug or unexpected behavior in js-utils-kit
title: '[Bug] <utility-name> - <short description of the issue>'
labels: ['bug']
assignees:
- TenEplaysOfficial
- tenedev

body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: JS Utils Kit Discussions
url: https://github.com/TenEplaysOfficial/js-utils-kit/discussions
url: https://github.com/tenedev/js-utils-kit/discussions
about: Ask questions, propose ideas, or start a discussion about JS Utils Kit.

- name: Report Security Vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/utility-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Propose a detailed new utility function or enhancement for js-utils
title: '[Proposal] <utility-name> - <short summary>'
labels: ['suggestion', 'enhancement']
assignees:
- TenEplaysOfficial
- tenedev

body:
- type: markdown
Expand Down
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Contributing to JS Utils Kit

Thank you for your interest in contributing to **JS Utils Kit** 🎉. This project is a **pnpm monorepo powered by Turbo**, and we welcome improvements across utilities, tooling, documentation, and performance.
Thank you for your interest in contributing to **JS Utils Kit** 🎉.

This project is a **pnpm monorepo powered by Turbo**, and we welcome improvements across utilities, tooling, documentation, and performance.

## Monorepo Structure

Expand All @@ -18,7 +20,7 @@ This project uses:
js-utils-kit/
├── packages/ # All publishable/internal packages
├── scripts/ # Build & development tooling
├── eslint.config.ts # ESLint configuration
├── biome.json # Biome configuration
Comment thread
tenedev marked this conversation as resolved.
├── tsconfig.json # TypeScript config
├── turbo.json # Turbo pipeline config
├── typedoc.json # Documentation config
Expand Down Expand Up @@ -229,7 +231,7 @@ If you are contributing a new package:

This project enforces:

- ESLint (see `eslint.config.ts`)
- Biome
- TypeScript strict mode
- Clean public exports
- Dual ESM + CJS compatibility
Expand All @@ -244,8 +246,8 @@ pnpm lint

Please review:

- `CODE_OF_CONDUCT.md`
- `SECURITY.md`
- [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
- [SECURITY.md](./SECURITY.md)

Report security issues responsibly.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

> Modular, typed, and tree-shakable JavaScript utilities.

[![Publish](https://github.com/teneplaysofficial/js-utils-kit/actions/workflows/publish.yml/badge.svg)](https://github.com/teneplaysofficial/js-utils-kit/actions/workflows/publish.yml)
[![ci](https://github.com/teneplaysofficial/js-utils-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/TenEplaysOfficial/js-utils-kit)
[![commits since release](https://img.shields.io/github/commits-since/teneplaysofficial/js-utils-kit/latest/main?logo=github&color=brightgreen)](https://github.com/teneplaysofficial/js-utils-kit/releases)
[![codecov](https://codecov.io/github/teneplaysofficial/js-utils-kit/graph/badge.svg?token=9CEFGKSU2S)](https://app.codecov.io/gh/teneplaysofficial/js-utils-kit/tree/main)
[![pkg.pr.new](https://pkg.pr.new/badge/teneplaysofficial/js-utils-kit)](https://pkg.pr.new/~/teneplaysofficial/js-utils-kit)
[![Publish](https://github.com/tenedev/js-utils-kit/actions/workflows/publish.yml/badge.svg)](https://github.com/tenedev/js-utils-kit/actions/workflows/publish.yml)
[![ci](https://github.com/tenedev/js-utils-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/tenedev/js-utils-kit)
[![commits since release](https://img.shields.io/github/commits-since/tenedev/js-utils-kit/latest/main?logo=github&color=brightgreen)](https://github.com/tenedev/js-utils-kit/releases)
[![codecov](https://codecov.io/github/tenedev/js-utils-kit/graph/badge.svg?token=9CEFGKSU2S)](https://app.codecov.io/gh/tenedev/js-utils-kit/tree/main)
[![pkg.pr.new](https://pkg.pr.new/badge/tenedev/js-utils-kit)](https://pkg.pr.new/~/tenedev/js-utils-kit)

## Overview

Expand Down Expand Up @@ -86,7 +86,7 @@ Full documentation is available at [js-utils.js.org](https://js-utils.js.org/mod

## Contributing

We welcome contributions whether it's fixing bugs, adding utilities, improving docs, or writing tests. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and join our [GitHub Discussions](https://github.com/teneplaysofficial/js-utils-kit/discussions) to share ideas or propose features.
We welcome contributions whether it's fixing bugs, adding utilities, improving docs, or writing tests. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and join our [GitHub Discussions](https://github.com/tenedev/js-utils-kit/discussions) to share ideas or propose features.

## License

Expand Down
Loading
Loading