{"id":16077788,"url":"https://github.com/ram-amoncar/npm-package-template","last_synced_at":"2025-10-22T20:30:51.614Z","repository":{"id":225546362,"uuid":"766256895","full_name":"ram-amoncar/npm-package-template","owner":"ram-amoncar","description":"A clean \u0026 simple template for NPM packages in TypeScript.","archived":false,"fork":false,"pushed_at":"2024-12-30T12:56:23.000Z","size":346,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T03:30:46.034Z","etag":null,"topics":["bun","bundle","eslint","jest","lint","npm-package","prettier","template","tsup","typescript","typescript-package"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ram-amoncar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T19:02:33.000Z","updated_at":"2024-12-15T02:20:44.000Z","dependencies_parsed_at":"2024-03-02T20:27:55.581Z","dependency_job_id":"d7e8fd9c-7bce-4830-aac0-513c4af3ac2f","html_url":"https://github.com/ram-amoncar/npm-package-template","commit_stats":null,"previous_names":["ram-amoncar/npm-package-template"],"tags_count":8,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ram-amoncar%2Fnpm-package-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ram-amoncar%2Fnpm-package-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ram-amoncar%2Fnpm-package-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ram-amoncar%2Fnpm-package-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ram-amoncar","download_url":"https://codeload.github.com/ram-amoncar/npm-package-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237739846,"owners_count":19358624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","bundle","eslint","jest","lint","npm-package","prettier","template","tsup","typescript","typescript-package"],"created_at":"2024-10-09T10:03:26.909Z","updated_at":"2025-10-22T20:30:51.609Z","avatar_url":"https://github.com/ram-amoncar.png","language":"TypeScript","funding_links":[],"categories":["typescript"],"sub_categories":[],"readme":"# NPM-PACKAGE-TEMPLATE\n\n[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)\n\nA template for NPM packages in TypeScript.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Scripts](#scripts)\n- [License](#license)\n- [Acknowledgments](#Acknowledgments)\n\n## Prerequisites\n\nEnsure you have the following installed on your system:\n\n- **Bun**: [Installation Documentation](https://bun.sh/docs/installation)\n- **Node.js**: [Download and Installation](https://nodejs.org/)\n\nMake sure both are added to your system's PATH.\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/Ram-Amoncar/npm-package-template.git your-package-name\n```\n\nInstall dependencies:\n\n```bash\nbun install\n```\n\n## Scripts\n\n- ```bun run build``` :arrow_right: Build the TypeScript code using tsup.\n- ```bun run test``` :arrow_right: Run Jest tests.\n- ```bun run test:watch``` :arrow_right: Run Jest tests in watch mode.\n- ```bun run coverage``` :arrow_right: Run Jest tests with coverage.\n- ```bun run format``` :arrow_right: Format code using Prettier.\n- ```bun run format:check``` :arrow_right: Check if code is formatted using Prettier.\n- ```bun run lint``` :arrow_right: Run ESLint for linting TypeScript files.\n- ```bun run lint:fix``` :arrow_right: Run ESLint with the --fix flag to - - automatically fix linting issues.\n\n## License\n\nThis project is licensed under the Unlicense - see the [LICENSE](UNLICENSE) file for details.\n\n## Acknowledgments\n\n- [Jest](https://jestjs.io/) :arrow_right: Delightful JavaScript Testing.\n- [Tsup](https://tsup.egoist.sh/) :arrow_right: Zero-config TypeScript bundler.\n- [TypeScript](https://www.typescriptlang.org/) :arrow_right: Typed superset of JavaScript.\n- [Eslint](https://eslint.org/) :arrow_right: Pluggable linting utility for JavaScript and TypeScript.\n- [Prettier](https://prettier.io/) :arrow_right: Opinionated code formatter.\n- [Husky](https://typicode.github.io/husky/) :arrow_right: Git hooks made easy.\n- [Bun](https://bun.sh) :arrow_right: Incredibly fast JavaScript runtime.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fram-amoncar%2Fnpm-package-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fram-amoncar%2Fnpm-package-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fram-amoncar%2Fnpm-package-template/lists"}