{"id":15681076,"url":"https://github.com/ulisesgascon/generator-fast-documentation","last_synced_at":"2025-05-07T11:42:33.548Z","repository":{"id":63346824,"uuid":"567155698","full_name":"UlisesGascon/generator-fast-documentation","owner":"UlisesGascon","description":"A yeoman-based template to generate a great documentation website","archived":false,"fork":false,"pushed_at":"2023-02-03T22:21:51.000Z","size":1795,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T20:34:35.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/generator-fast-documentation","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/UlisesGascon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-17T07:28:14.000Z","updated_at":"2023-04-12T15:26:19.000Z","dependencies_parsed_at":"2023-02-18T11:30:47.691Z","dependency_job_id":null,"html_url":"https://github.com/UlisesGascon/generator-fast-documentation","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fgenerator-fast-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fgenerator-fast-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fgenerator-fast-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fgenerator-fast-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UlisesGascon","download_url":"https://codeload.github.com/UlisesGascon/generator-fast-documentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252873597,"owners_count":21817705,"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":[],"created_at":"2024-10-03T16:49:10.107Z","updated_at":"2025-05-07T11:42:33.525Z","avatar_url":"https://github.com/UlisesGascon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ch1 align=\"center\"\u003e\n  generator-fast-documentation\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A yeoman-based template to generate a great documentation website\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.org/package/generator-fast-documentation\"\u003e\u003cimg src=\"https://badgen.net/npm/v/generator-fast-documentation\" alt=\"npm version\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/generator-fast-documentation\"\u003e\u003cimg src=\"https://badgen.net/npm/license/generator-fast-documentation\" alt=\"license\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/generator-fast-documentation\"\u003e\u003cimg src=\"https://badgen.net/npm/dt/generator-fast-documentation\" alt=\"downloads\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://snyk.io/test/github/ulisesgascon/generator-fast-documentation\"\u003e\u003cimg src=\"https://snyk.io/test/github/ulisesgascon/generator-fast-documentation/badge.svg\" alt=\"Known Vulnerabilities\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c/p\u003e\n\n# About\n\nA yeoman-based template to generate a great documentation website.\n\n❤️ Awesome Features:\n\n- Ship fast! Docker support. 🔥\n- Opinionated Docusaurus config out-of-the-box 🍺\n- Easy control releases with standard-release out-of-the-box 🎉\n- Simple CI with github Actions out-of-the-box 📦\n- Just few simple questions to generate the perfect documentation 💪\n- Easy to use and great test coverage ✅\n- Add your content with [Markdown](https://docusaurus.io/docs/markdown-features) and [MDX](https://docusaurus.io/docs/markdown-features/react) 🚂\n\n\n## Tutorial\n\n[![promotional banner from youtube](.github/img/banner.png)](https://youtu.be/Gpdw-oDIgBQ)\n\n## Usage\n\nYou need to install [Yeoman](https://www.npmjs.com/package/yo)\n\n```bash\nnpm i -g generator-fast-documentation\nyo fast-documentation\n```\n\n## Built With\n\nDevelopment only:\n\n- [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) - Lint commit messages\n- [@commitlint/config-conventional](https://www.npmjs.com/package/@commitlint/config-conventional) - npm i @commitlint/config-conventional\n- [jest](https://www.npmjs.com/package/jest) - Delightful JavaScript Testing\n- [standard](https://www.npmjs.com/package/standard) - JavaScript style guide, linter, and formatter\n- [standard-version](https://www.npmjs.com/package/standard-version) - A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits.\n- [yeoman-assert](https://www.npmjs.com/package/yeoman-assert) - yeoman-assert is extending the native Node.js assert module.\n- [yeoman-test](https://www.npmjs.com/package/yeoman-test) - Test utilities for Yeoman generators\n- [husky](https://www.npmjs.com/package/husky) - Modern native Git hooks made easy\n\nProduction only:\n\n- [chalk](https://www.npmjs.com/package/chalk) - Terminal string styling done right\n- [yeoman-generator](https://www.npmjs.com/package/yeoman-generator) - Rails-inspired generator system that provides scaffolding for your apps\n- [yosay](https://www.npmjs.com/package/yosay) - Tell Yeoman what to say\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ulisesGascon/generator-fast-documentation/tags).\n\n## Authors\n\n- **Ulises Gascón** - *Initial work- - [@ulisesGascon](https://github.com/ulisesGascon)\n\nSee also the list of [contributors](https://github.com/ulisesGascon/generator-fast-documentation/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the GNU AGPL3.0 License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n- This project is under development, but you can help us to improve it! We :heart: FOSS!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fgenerator-fast-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulisesgascon%2Fgenerator-fast-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fgenerator-fast-documentation/lists"}