{"id":21655937,"url":"https://github.com/koltyakov/sp-modernizer-kit","last_synced_at":"2025-04-11T21:32:56.779Z","repository":{"id":73405012,"uuid":"138395113","full_name":"koltyakov/sp-modernizer-kit","owner":"koltyakov","description":"SharePoint Online classic sites modernizer kit","archived":false,"fork":false,"pushed_at":"2018-08-03T14:27:20.000Z","size":246,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T17:23:13.537Z","etag":null,"topics":["classic","javascript","office365","sharepoint-online","typescript","ux"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koltyakov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-23T11:16:50.000Z","updated_at":"2023-10-06T17:32:31.000Z","dependencies_parsed_at":"2023-07-08T08:15:30.374Z","dependency_job_id":null,"html_url":"https://github.com/koltyakov/sp-modernizer-kit","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/koltyakov%2Fsp-modernizer-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koltyakov%2Fsp-modernizer-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koltyakov%2Fsp-modernizer-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koltyakov%2Fsp-modernizer-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koltyakov","download_url":"https://codeload.github.com/koltyakov/sp-modernizer-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482880,"owners_count":21111397,"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":["classic","javascript","office365","sharepoint-online","typescript","ux"],"created_at":"2024-11-25T08:37:52.270Z","updated_at":"2025-04-11T21:32:56.754Z","avatar_url":"https://github.com/koltyakov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SharePoint Online classic sites modernizer kit\n\n**SharePoint Modernizer Kit** is an expandable set of solutions for Classic SharePoint which help in the transition to Modern experience.\n\n\u003e _This is a draft version and some work is in progress_\n\n## Solutions\n\n### Hub site menu\n\nAdds modern hub site menu to classic sections of modern sites connected to a Hub Site including classic subwebs.\n\n![HubMenu](./docs/assets/hubsitemenu-01.png)\n\n### Modernizer theme\n\nTransforms classic Seattle master page look and feel to the modern experience.\n\n![Modernizer](./docs/assets/modernizer-01.png)\n\n### ... ideas and commits are welcomed\n\n## Installation\n\n### Prerequisites\n\n- SharePoint Online\n- Node.js, NPM\n- Git client\n\n### Clone the project\n\n```bash\ngit clone https://github.com/koltyakov/sp-modernizer-kit\n```\n\n### Restore dependencies\n\n`cd` to the project folder and:\n\n```bash\nnpm install\n```\n\n### Connect to SharePoint\n\n```bash\nnpm run config\n```\n\nThen provide SharePoint hub site URL and credentials in wizard prompts.\n\n### Build the project\n\n```bash\nnpm run build\n```\n\nCompiles project to `./dist` folder.\n\n### Scripts deployment\n\n```bash\nnpm run publish \u0026\u0026 gulp custom-actions\n```\n\nPublishes `./dist` folder content to SharePoint assets folder. Installs custom actions.\n\n\u003e **Note**: By default, modern sites have `DenyAddAndCustomizePages` site property set to `true`. This means that no custom scripts can be uploaded even with admin creds.\n\n`DenyAddAndCustomizePages` should be temporary disabled, i.e. using PowerShell:\n\n```powershell\nSet-SPOSite -Identity https://{tenant}.sharepoint.com/sites/{site_uri} -DenyAddAndCustomizePages $False\n```\n\nor [Office365 CLI](https://github.com/pnp/office365-cli):\n\n```bash\nspo site classic set --url https://{tenant}.sharepoint.com/{site_uri} --noScriptSite false\n```\n\n### Custom actions provisioning to all sites connected to the hub\n\n#### TBD\n\n- Detect all sites in a hub\n- Add custom task for ScriptLink custom actions provisioning\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoltyakov%2Fsp-modernizer-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoltyakov%2Fsp-modernizer-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoltyakov%2Fsp-modernizer-kit/lists"}