{"id":26468618,"url":"https://github.com/archoleat/npm-template","last_synced_at":"2026-04-11T17:04:20.076Z","repository":{"id":283144646,"uuid":"950836100","full_name":"archoleat/npm-template","owner":"archoleat","description":"Template for quick project creation for npm","archived":false,"fork":false,"pushed_at":"2025-03-18T19:19:43.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T19:50:01.232Z","etag":null,"topics":["actions","archoleat","bun","commitlint","dependabot","editorconfig","eslint","front-end","github","husky","lintstaged","nodejs","npm","npm-template","pre-commit-hook","prettier","remark","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archoleat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-18T18:54:31.000Z","updated_at":"2025-03-18T19:22:54.000Z","dependencies_parsed_at":"2025-03-18T20:00:19.075Z","dependency_job_id":null,"html_url":"https://github.com/archoleat/npm-template","commit_stats":null,"previous_names":["archoleat/npm-template"],"tags_count":0,"template":true,"template_full_name":"archoleat/repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archoleat%2Fnpm-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archoleat%2Fnpm-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archoleat%2Fnpm-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archoleat%2Fnpm-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archoleat","download_url":"https://codeload.github.com/archoleat/npm-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244460247,"owners_count":20456301,"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":["actions","archoleat","bun","commitlint","dependabot","editorconfig","eslint","front-end","github","husky","lintstaged","nodejs","npm","npm-template","pre-commit-hook","prettier","remark","template","typescript"],"created_at":"2025-03-19T16:14:37.623Z","updated_at":"2026-04-11T17:04:20.049Z","avatar_url":"https://github.com/archoleat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NPM Template\n\n![Specs](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/spec.yaml?label=Specs)\n![Commitlint](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/commitlint.yaml?label=Commitlint)\n![Editorconfig](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/editorconfig.yaml?label=Editorconfig)\n![Prettier](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/prettier.yaml?label=Prettier)\n![ESLint](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/eslint.yaml?label=ESLint)\n![Remark](https://img.shields.io/github/actions/workflow/status/archoleat/npm-template/remark.yaml?label=Remark)\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Features](#features)\n- [Scripts](#scripts)\n- [Workflows](#workflows)\n- [Change of Maintainer](#change-of-maintainer)\n- [Contributing](#contributing)\n- [License](#license)\n\n**Archoleat NPM Template** is a template repository designed for quickly\nstarting new projects with pre-configured tools and best development practices.\n\nThis template includes ready-made solutions for integration with:\n\n- **Git**.\n- **GitHub**.\n- **Commitlint**.\n- **Conventional Commits**.\n- **Husky**.\n- **Pre Commit Hook**.\n- **Lint Staged**.\n- **GitHub Actions**.\n- **Semantic Release**.\n- **Bun**.\n- **Rollup**.\n- **Specs**.\n- **EditorConfig**.\n- **ESLint**.\n- **Remark**.\n- **Prettier**.\n- **TypeScript**.\n- **Dependabot**.\n- **Welcome Bot**.\n\n## Getting Started\n\n1. **Create a Repository**: Use this template\n   to create a new repository on GitHub.\n\n   \u003e Since this is a **Public Template** you can click the button\n   \u003e **Use this template** for a faster and more convenient cloning.\n\n1. **Clone the Repository**: Clone your new repository to your local machine.\n\n1. **Start Development**: Develop your project,\n   making changes according to your project's needs.\n\n1. **Configure GitHub Actions**: Modify GitHub Actions\n   settings to fit your requirements.\n\n## Features\n\n- **Flexibility**: Easily customizable template to adapt\n  to different project types.\n\n- **Git and GitHub Integration**: Pre-configured `.gitignore`\n  and `.gitattributes` for efficient work with Git and GitHub.\n\n  - **Conventional Commits \u0026 Commitlint**: If you don't want\n    to think about how to write a commit every time,\n    these plugins will help you.\n\n    \u003e It will be especially useful for teams that\n    \u003e have an ongoing debate about writing commits.\n\n  - **Husky, Lint Staged \u0026 Pre Commit**: Won't let you submit\n    bad code to the repository!\n\n- **Continuous Integration (CI)**: Built-in CI support using GitHub Actions\n  for automatic linting, testing and building of your code with each change.\n\n  \u003e Also suitable for private repositories! GitHub Actions use\n  \u003e **cache**, **timeout-minutes**, **paths** and **workflow run**\n  \u003e to reduce the execution time, which means it will significantly\n  \u003e reduce your costs!\n\n  - **Linters**: Help you maintain a consistent code writing style\n    and find errors.\n\n  - **Specs**: Automated testing will help you focus on\n    writing better code!\n\n  - **Semantic Release**: For those who are tired of writing changelogs\n    and thinking about what the next version number will be.\n\n    \u003e If you have **Branch and Tag Protection** rules configured,\n    \u003e please read this [article](https://gonzalohirsch.com/blog/semantic-release-and-branch-protection-rules).\n\n- **TypeScript**: Pre-configured **TypeScript** setup\n  for improved reliability and development convenience.\n\n- **Bots**:\n\n  - **Dependabot**: No more wasting time updating dependencies!\n  - **Welcome Bot**: A probot app that welcome new users.\n\n## Scripts\n\n- `init`: Installs dependencies and **Husky**.\n\n## Workflows\n\n- [`auto-merge-dependabot-pull-request.yaml`](.github/workflows/auto-merge-dependabot-pull-request.yaml):\n  Automatically merges dependabot **Pull Requests** to the **main** branch.\n\n- [`commitlint.yaml`](.github/workflows/commitlint.yaml):\n  Checks the commit message according\n  to the **Conventional Commits** standard.\n\n- [`create-pull-request.yaml`](.github/workflows/create-pull-request.yaml):\n  Automatically creates a **Pull Request**\n  when pushing a branch to the repository.\n\n- [`editorconfig.yaml`](.github/workflows/editorconfig.yaml):\n  Checks all files with **Editorconfig Checker**.\n\n  \u003e All ignore files [`.editorconfig-checker.json`](.editorconfig-checker.json).\n\n- [`eslint.yaml`](.github/workflows/eslint.yaml):\n  Checks all **TypeScript** files with **ESLint**.\n\n  \u003e All ignore files [`.remarkignore`](.remarkignore).\n\n- [`pre-commit.yaml`](.github/workflows/pre-commit.yaml):\n  Runs a check on the contents of the **Pull Request** before merging.\n\n- [`prettier.yaml`](.github/workflows/prettier.yaml):\n  Checks all files with **Prettier**.\n\n  \u003e All ignore files [`.prettierignore`](.prettierignore).\n\n- [`release.yaml`](.github/workflows/release.yaml): Creates release.\n\n- [`remark.yaml`](.github/workflows/remark.yaml):\n  Checks all **Markdown** files with **Remark**.\n\n- [`semantic-pull-request-title.yaml`](.github/workflows/semantic-pull-request-title.yaml):\n  Validates the **Pull Request** title\n  against the **conventional commits** standard.\n\n- [`spec.yaml`](.github/workflows/spec.yaml):\n  Tests all **TypeScript** files with **Bun**.\n\n- [`stale.yaml`](.github/workflows/stale.yaml):\n  Removes **Issues** and **Pull Requests** that have not been active\n  for more than **60 days**.\n\n## Change of Maintainer\n\nThe following files use the names **Archoleat** and **nikkeyl** by default:\n\n- [`CODEOWNERS`](.github/CODEOWNERS).\n- [`LICENSE`](LICENSE).\n- [`CHANGELOG.md`](CHANGELOG.md).\n- [`package.json`](package.json).\n- [`README.md`](README.md).\n- [`config.yml`](.github/config.yml).\n- [`release.yaml`](.github/workflows/release.yaml).\n\nBefore using this template, replace this names with your\nname, name of your team or the name of your organization.\n\n\u003e \\[!CAUTION]\n\u003e Don't forget to change your license!\n\n## Contributing\n\nPlease read [**CONTRIBUTING**](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md)\nto start contributing.\n\n## License\n\nThis project is licensed under the [**MIT license**](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcholeat%2Fnpm-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcholeat%2Fnpm-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcholeat%2Fnpm-template/lists"}