{"id":15063480,"url":"https://github.com/pentialabs/publish.projects","last_synced_at":"2025-04-10T11:09:27.737Z","repository":{"id":57135808,"uuid":"67155161","full_name":"PentiaLabs/publish.projects","owner":"PentiaLabs","description":"publish projects npm package","archived":false,"fork":false,"pushed_at":"2017-05-09T09:39:58.000Z","size":25,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T07:35:46.235Z","etag":null,"topics":["build-scripts","helix","pentia","sitecore","sitecore-helix"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/PentiaLabs.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}},"created_at":"2016-09-01T18:13:45.000Z","updated_at":"2017-09-14T11:28:15.000Z","dependencies_parsed_at":"2022-09-02T09:25:13.527Z","dependency_job_id":null,"html_url":"https://github.com/PentiaLabs/publish.projects","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PentiaLabs%2Fpublish.projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PentiaLabs%2Fpublish.projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PentiaLabs%2Fpublish.projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PentiaLabs%2Fpublish.projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PentiaLabs","download_url":"https://codeload.github.com/PentiaLabs/publish.projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208555,"owners_count":21065202,"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":["build-scripts","helix","pentia","sitecore","sitecore-helix"],"created_at":"2024-09-24T23:58:14.660Z","updated_at":"2025-04-10T11:09:27.721Z","avatar_url":"https://github.com/PentiaLabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish-projects\n\n\u003e Publish files from your source directory to your sitecore site\n\n```shell\nnpm install publish-projects --save\n```\n\n## usage \nThe module exports the following gulp tasks:\n\n* publish-all-layers\n* publish-project-layer\n* publish-context-layer\n* publish-feature-layer\n* publish-foundation-layer\n\nimport in gulpfile.js\n```javascript\nvar package = require('@pentia/publish-projects')\n```\n\nuse to publish all projects\n```shell\ngulp publish-all-layers\n```\n\nuse publish-project-layer to publish only projects in the project folder\n\nuse publish-feature-layer to publish only projects in the feature folder\n\nuse publish-foundation-layer to publish only projects in the foundation folder\n\n**Note:** \nThe publishing is done using the web publish feature of visual studio\n\n## configuration files\n### solution-config.json:\n\n```\n{\n    \"msbuild\": {\n        \"showError\": false, //controls if errors should be shown in the output\n        \"showStandardOutput\": false, //controls if the standard output of msbuild should be shown\n        \"toolsversion\": 14.0, //controls the msbuild tool version\n        \"verbosity\": \"minimal\" //sets the verbosity of the msbuild\n        \"maxcpucount\": 0, \n        \"nodeReuse\": true \n    },\n    \"configs\": [{\n        \"name\": \"debug\",\n        \"rootFolder\": \"C:\\\\websites\\\\pentia.boilerplate.local\",\n        \"websiteRoot\": \"C:\\\\websites\\\\pentia.boilerplate.local\\\\Website\", //where all the files are published to\n        \"websiteDataRoot\": \"C:\\\\websites\\\\pentia.boilerplate.local\\\\Website\\\\Data\"\n    }]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpentialabs%2Fpublish.projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpentialabs%2Fpublish.projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpentialabs%2Fpublish.projects/lists"}