{"id":14986776,"url":"https://github.com/pnp/generator-spfx","last_synced_at":"2025-04-08T09:10:36.109Z","repository":{"id":32625644,"uuid":"135309172","full_name":"pnp/generator-spfx","owner":"pnp","description":"Open-source generator to extend the capabilities of the Microsoft SPFx generator","archived":false,"fork":false,"pushed_at":"2024-10-15T19:44:37.000Z","size":13087,"stargazers_count":180,"open_issues_count":39,"forks_count":57,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-04-01T08:44:26.857Z","etag":null,"topics":["angular-elements","aurelia","generator-sharepoint","generator-spfx","hacktoberfest","handlebars","microsoft","office365","sharepoint","spfx","vuejs","yeoman","yeoman-generator"],"latest_commit_sha":null,"homepage":"https://aka.ms/pnpgenerator","language":"JavaScript","has_issues":false,"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/pnp.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-05-29T14:33:38.000Z","updated_at":"2025-02-25T11:02:57.000Z","dependencies_parsed_at":"2024-06-19T00:27:00.119Z","dependency_job_id":"f1088f67-d100-4e7f-86f1-428e32c61952","html_url":"https://github.com/pnp/generator-spfx","commit_stats":{"total_commits":699,"total_committers":23,"mean_commits":"30.391304347826086","dds":"0.14735336194563664","last_synced_commit":"a03942fdd459fe8b5f17fd62787f744c7434b076"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fgenerator-spfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fgenerator-spfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fgenerator-spfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fgenerator-spfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnp","download_url":"https://codeload.github.com/pnp/generator-spfx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"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":["angular-elements","aurelia","generator-sharepoint","generator-spfx","hacktoberfest","handlebars","microsoft","office365","sharepoint","spfx","vuejs","yeoman","yeoman-generator"],"created_at":"2024-09-24T14:13:31.248Z","updated_at":"2025-04-08T09:10:35.950Z","avatar_url":"https://github.com/pnp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PnP SPFx generator - community driven and open source\n\n[![CircleCI](https://circleci.com/gh/pnp/generator-spfx.svg?style=shield)](https://circleci.com/gh/pnp/generator-spfx) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/generator-spfx/generator)\n\n❗️❗️❗️ Jan 2023 - generator-SPFx is currently not actively maintained anymore. ❗️❗️❗️\n\nThis Yeoman generator provides improved governance for SharePoint Framework projects. It extends the out of the box Yeoman generator from Microsoft (@microsoft/generator-sharepoint) with recommended patterns and additional capabilities.\n \nFor an optimized development workflow, it extends the capabilities for ReactJS, and Knockout projects and support for additional frameworks, such as HandlebarsJS, Aurelia, VueJS and Angular Elements. It also includes includes advanced code analysis and testing tools, which you can take advantage in you development work.\n \nAll projects generated by this generator are 100% compliant with the out-of-the-box Yeoman generator from Microsoft. After the creation of a new solution, you can use either this generator or @microsoft/generator-sharepoint to add additional assets to your solution.\n\n![PnP SPFx Generator](https://pnp.github.io/generator-spfx/assets/pnpspfx-title.png)\n\nThis is an open-source extension for native out of the box SPFx generator to introduce additional scaffolding support for Angular Elements, Aurelia, VueJS, Handlebars  and many more in future. This generator has a dependency on native SPFx generator from Microsoft.\n\n## Documentation\n\nMore details can be found in the documentation at [https://aka.ms/pnpgenerator](https://aka.ms/pnpgenerator)\n\n- [Release notes](https://pnp.github.io/generator-spfx/release-notes/)\n\n## Installation\n\n### via NPM\n\n```sh\nnpm install -g @pnp/generator-spfx\n```\n\n### via YARN\n\n```sh\nyarn global add @pnp/generator-spfx\n```\n\n### via PNPM\n\n```sh\npnpm install -g @pnp/generator-spfx\n```\n\n### For Evaluation and Testing\n\nThis generator can be also tested via [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) and the following command:\n\n```sh\nnpx -p yo -p @pnp/generator-spfx yo @pnp/spfx\n```\n\nIt will create a new project without installation of the generator. To add other assets the same command line can be executed again on the project folder.\n\n## Usage\n\nTo run the generator:\n\n```\nyo @pnp/spfx\n```\n\nWe will guide you through the your project creation.\n\n![Follow the  on screen](https://pnp.github.io/generator-spfx/assets/yo-running.png)\n\n## For Development\n\n```\ngit clone https://github.com/pnp/generator-spfx.git\n```\n\nMore details can also be found in the documentation on [how to extend this generator](https://pnp.github.io/generator-spfx/compose/).\n\n*More details on our [documentation](https://pnp.github.io/generator-spfx/)*\n\n![SharePoint Patterns and Practices](https://devoffice.blob.core.windows.net/media/Default/PnP/pnplogoblue.png)\n\n**Sharing is caring!**\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnp%2Fgenerator-spfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnp%2Fgenerator-spfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnp%2Fgenerator-spfx/lists"}