{"id":15605079,"url":"https://github.com/lihbr/akte","last_synced_at":"2025-04-10T06:03:25.837Z","repository":{"id":65259761,"uuid":"586296928","full_name":"lihbr/akte","owner":"lihbr","description":"Minimal file generator, for websites and more","archived":false,"fork":false,"pushed_at":"2024-05-12T14:37:04.000Z","size":2761,"stargazers_count":59,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:16:34.242Z","etag":null,"topics":["akte","generator","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://akte.js.org","language":"TypeScript","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/lihbr.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-07T16:31:33.000Z","updated_at":"2025-03-30T00:50:16.000Z","dependencies_parsed_at":"2024-05-09T15:43:26.677Z","dependency_job_id":"947fadb4-1e95-4307-a2f1-34100c114ee6","html_url":"https://github.com/lihbr/akte","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Fakte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Fakte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Fakte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Fakte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lihbr","download_url":"https://codeload.github.com/lihbr/akte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166937,"owners_count":21058481,"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":["akte","generator","javascript","typescript"],"created_at":"2024-10-03T04:02:06.312Z","updated_at":"2025-04-10T06:03:25.798Z","avatar_url":"https://github.com/lihbr.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://akte.js.org\"\u003e\n\t\t\u003cimg src=\"./docs/public/logo.svg\" alt=\"Akte logo\" height=\"128\" /\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n# akte\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![Conventional Commits][conventional-commits-src]][conventional-commits-href]\n[![License][license-src]][license-href]\n\n\u003e **Warning**\n\u003e Akte is still pre-major (pre-1.0.0), it's usable, however, consider pinning the patch version before using.\n\nA minimal static site (and file) generator.\n\n- 🚕 \u0026nbsp;Minimal and flexible;\n- ⚡ \u0026nbsp;Vite integration;\n- 🛰 \u0026nbsp;Serverless ready;\n- 🎹 \u0026nbsp;Programmatic API;\n- 🌊 \u0026nbsp;Controllable data cascade;\n- 🈂 \u0026nbsp;TypeScript supercharged;\n- 🗜 \u0026nbsp;Tiny install, 600kB;\n- 💼 \u0026nbsp;Portable, 6kB bundle size.\n\n## Install\n\n```bash\nnpm install --save-dev akte\n```\n\n## Documentation\n\nTo discover what's new on this package check out [the changelog][changelog]. For full documentation, check out the [official Akte documentation][documentation].\n\n## Contributing\n\nWhether you're helping me fix bugs, improve the site, or spread the word, I'd love to have you as a contributor!\n\n**Asking a question**: [Open a new topic][repo-question] on GitHub Discussions explaining what you want to achieve / your question. I'll try to get back to you shortly.\n\n**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.\n\n**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.\n\n**Submitting code changes**: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.\n\n\u003c!-- For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document. --\u003e\n\n## License\n\n[MIT License][license]\n\n\u003c!-- Links --\u003e\n\n[documentation]: https://akte.js.org\n[changelog]: ./CHANGELOG.md\n[contributing]: ./CONTRIBUTING.md\n[license]: ./LICENSE\n[repo-question]: https://github.com/lihbr/akte/discussions\n[repo-bug-report]: https://github.com/lihbr/akte/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=\n[repo-feature-request]: https://github.com/lihbr/akte/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md\u0026title=\n[repo-pull-requests]: https://github.com/lihbr/akte/pulls\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/akte/latest.svg\n[npm-version-href]: https://npmjs.com/package/akte\n[npm-downloads-src]: https://img.shields.io/npm/dm/akte.svg\n[npm-downloads-href]: https://npmjs.com/package/akte\n[github-actions-ci-src]: https://github.com/lihbr/akte/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/lihbr/akte/actions?query=workflow%3Aci\n[codecov-src]: https://img.shields.io/codecov/c/github/lihbr/akte.svg\n[codecov-href]: https://codecov.io/gh/lihbr/akte\n[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n[conventional-commits-href]: https://conventionalcommits.org\n[license-src]: https://img.shields.io/npm/l/akte.svg\n[license-href]: https://npmjs.com/package/akte\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihbr%2Fakte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flihbr%2Fakte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihbr%2Fakte/lists"}