Buslowicz /
typed-polymer
A TypeScript based polymer components, with extended functionality.
33/100 healthLoading repository data…
tyler-technologies-oss / repository
A TypeScript-based extended wrapper for the Jira REST API that provides enhanced functionality and type safety.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A TypeScript-based extended wrapper for the Jira REST API that provides enhanced functionality and type safety.
bun install
import JiraAPI from "jira-api-extended/api/main";
const jira = new JiraAPI({
url: "https://your-jira-instance.atlassian.net",
token: "your-api-token",
});
const issues = await jira.issues.list();
console.log(issues);
Running unit tests:
bun test
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the Apache License 2.0. See the LICENSE file for details
For questions or support, please contact me at @lillious.
Selected from shared topics, language and repository description—not editorial ratings.
Buslowicz /
A TypeScript based polymer components, with extended functionality.
33/100 healthR-K-H /
A Typescript based strategy framework for working with CLOBs on Solana (although extendable to many others).
26/100 healthkhjabir /
An extended version of create-next-app to generate typescript based boilerplate
26/100 healthobirikan /
This project is a TypeScript-based Express.js backend starter template designed for building scalable applications. It provides a clean structure for controllers, services, routes, middleware, and type definitions, making it easy to extend and maintain.
46/100 healthDiegoLibonati /
VSCode Extension Ts Boilerplate is a TypeScript-based template for building VS Code extensions with a fully configured development environment and a clean layered architecture ready to extend.
61/100 healthJoinCODED /
A TypeScript-based CLI starter project that demonstrates modern ES6 features, async/await, fetch, and modular code organization. Includes a clean command architecture and is ready for extending with OpenAI or Anthropic API integration.
34/100 health