{"id":15408222,"url":"https://github.com/william-mcgonagle/bun-doc","last_synced_at":"2026-02-15T08:34:09.437Z","repository":{"id":49308455,"uuid":"517196724","full_name":"William-McGonagle/bun-doc","owner":"William-McGonagle","description":"A procedural documentation and website generator written in Bun.","archived":false,"fork":false,"pushed_at":"2022-07-24T15:43:21.000Z","size":198,"stargazers_count":12,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T06:22:50.128Z","etag":null,"topics":["bun","documentation","generator","javascript","procedural","typescript","website"],"latest_commit_sha":null,"homepage":"https://william-mcgonagle.github.io/bun-doc","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/William-McGonagle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-24T01:00:04.000Z","updated_at":"2025-03-20T16:30:03.000Z","dependencies_parsed_at":"2022-09-26T21:31:25.290Z","dependency_job_id":null,"html_url":"https://github.com/William-McGonagle/bun-doc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-McGonagle%2Fbun-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-McGonagle%2Fbun-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-McGonagle%2Fbun-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-McGonagle%2Fbun-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/William-McGonagle","download_url":"https://codeload.github.com/William-McGonagle/bun-doc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249509524,"owners_count":21283601,"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","documentation","generator","javascript","procedural","typescript","website"],"created_at":"2024-10-01T16:32:42.546Z","updated_at":"2026-02-15T08:34:09.409Z","avatar_url":"https://github.com/William-McGonagle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![Bun-doc](https://raw.githubusercontent.com/William-McGonagle/bun-doc/c8be8454f3686ddfb5c7e84b51fa847c4cbde824/.github/media/cover.svg)](https://william-mcgonagle.github.io/bun-doc/)\n\n[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/william-mcgonagle/bun-doc)](https://github.com/william-mcgonagle/bun-doc)\n[![GitHub issues](https://img.shields.io/github/issues/william-mcgonagle/bun-doc)](https://github.com/william-mcgonagle/bun-doc/issues)\n[![GitHub Repo stars](https://img.shields.io/github/stars/william-mcgonagle/bun-doc?color=green)](https://github.com/william-mcgonagle/bun-doc)\n[![GitHub followers](https://img.shields.io/github/followers/william-mcgonagle?color=red)](https://github.com/william-mcgonagle)\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/fairfield-programming?color=orange)](https://github.com/fairfield-programming)\n[![GitHub top language](https://img.shields.io/github/languages/top/william-mcgonagle/bun-doc?color=purple)](https://github.com/william-mcgonagle/bun-doc)\n[![Discord](https://img.shields.io/discord/928056769983447090)](https://discord.gg/qtu2MXGhcf)\n\n## How to Use\n\nAdd a new github action and simply paste the code below to add Bun-doc to your project.\n\n```yaml\nname: Generate Documentation Website\n\non:\n  push:\n    branches: [ master, main ]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    strategy:\n      matrix:\n        node-version: [18.x]\n\n    steps:\n      - uses: actions/checkout@v3\n      - name: Use Node.js ${{ matrix.node-version }}\n        uses: actions/setup-node@v3\n        with:\n          node-version: ${{ matrix.node-version }}\n      - name: Install NPM Packages\n        run: npm install; npm install next react react-dom; npm i bun-doc -g\n      - name: Clean the Package\n        run: rm -f ./tsconfig.json; rm -rf ./docs\n      - name: Build\n        run: bun-doc build; npx next build \u0026\u0026 npx next export; mv ./out ./docs\n      - name: Deploy 🚀\n        uses: JamesIves/github-pages-deploy-action@v4\n        with:\n          folder: docs\n```\n\n## Features\n\n- [x] Generates page from NPM Data\n- [x] Template System for Customization\n- [x] Important Page Linking\n  - [x] Donation Page\n  - [x] Sourcecode Page\n- [x] NPM Download Instructions\n- [ ] Documentation Generation from Code\n- [ ] About Page from Readme\n- [ ] Licensing Information from [choosealicense.org](https://choosealicense.org)\n- [ ] File Generation\n  - [x] sitemap.xml\n  - [x] robots.txt\n  - [ ] documentation.json\n  - [ ] favicon.ico\n\n## Contributing\n\nTo contribute to this project, you should give the project a heart and then check out some of the tasks on the issues tab. We are not going to be using discussions on Github as we have a [discord server](https://discord.gg/qtu2MXGhcf) already.\n\nIf you are having a problem with Bun-doc, simply create a new issue and attach all of the information required to reproduce the issue.\n\n## License\n\nCopyright 2022 William McGonagle\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-mcgonagle%2Fbun-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliam-mcgonagle%2Fbun-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-mcgonagle%2Fbun-doc/lists"}