{"id":13541632,"url":"https://github.com/Accenture/sfmc-devtools","last_synced_at":"2025-04-02T09:32:05.733Z","repository":{"id":36994212,"uuid":"351444154","full_name":"Accenture/sfmc-devtools","owner":"Accenture","description":"Fast-track your developers and devops engineers by allowing them to programmatically copy-paste / deploy changes and work offline","archived":false,"fork":false,"pushed_at":"2024-05-22T12:27:12.000Z","size":8451,"stargazers_count":133,"open_issues_count":162,"forks_count":32,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-05-22T13:04:30.504Z","etag":null,"topics":["cicd","developer-tools","devops","marketingcloud","mcdev","salesforce","sfmc"],"latest_commit_sha":null,"homepage":"https://www.npmjs.org/package/mcdev","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/Accenture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-03-25T13:20:58.000Z","updated_at":"2024-06-22T10:20:09.293Z","dependencies_parsed_at":"2024-01-29T16:52:02.751Z","dependency_job_id":"4cf374c9-ae6b-4357-8981-f43d67b15312","html_url":"https://github.com/Accenture/sfmc-devtools","commit_stats":{"total_commits":1072,"total_committers":11,"mean_commits":97.45454545454545,"dds":"0.21175373134328357","last_synced_commit":"09f69393dc45d2c5b512166a7972c9164905046f"},"previous_names":[],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fsfmc-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fsfmc-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fsfmc-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fsfmc-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Accenture","download_url":"https://codeload.github.com/Accenture/sfmc-devtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246788661,"owners_count":20834136,"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":["cicd","developer-tools","devops","marketingcloud","mcdev","salesforce","sfmc"],"created_at":"2024-08-01T10:00:52.575Z","updated_at":"2025-04-02T09:32:05.727Z","avatar_url":"https://github.com/Accenture.png","language":"JavaScript","readme":"# Accenture SFMC DevTools\n\n[![view on npm](https://badgen.net/github/release/Accenture/sfmc-devtools)](https://www.npmjs.org/package/mcdev)\n[![view on npm](https://badgen.net/npm/node/mcdev)](https://www.npmjs.org/package/mcdev)\n[![license](https://badgen.net/npm/license/mcdev)](https://www.npmjs.org/package/mcdev)\n[![npm module downloads](https://badgen.net/npm/dt/mcdev)](https://www.npmjs.org/package/mcdev)\n[![GitHub closed issues](https://badgen.net/github/closed-issues/Accenture/sfmc-devtools)](https://github.com/Accenture/sfmc-devtools/issues?q=is%3Aissue+is%3Aclosed)\n[![GitHub releases](https://badgen.net/github/releases/Accenture/sfmc-devtools)](https://github.com/Accenture/sfmc-devtools/releases)\n\nAccenture Salesforce Marketing Cloud DevTools (mcdev) is a rapid deployment/rollout, backup and development tool for Salesforce Marketing Cloud. It allows you to retrieve and deploy configuration and code across Business Units and instances.\n\n## Quick start\n\n### Install\n\nRun the following to install Accenture SFMC DevTools on your computer:\n\n```bash\nnpm install -g mcdev\n```\n\n### VSCode Extension\n\nWe also provide a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=Accenture-oss.sfmc-devtools-vscode) that integrates SFMC DevTools into your IDE. You can install it from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Accenture-oss.sfmc-devtools-vscode).\n\n### Include in your package\n\nFirst, install it as dependency:\n\n```bash\nnpm install mcdev --save\n```\n\nYou can then include it in your code with JavaScript/ES module imports:\n\n```javascript\nimport mcdev from 'mcdev';\n```\n\nThat will load `node_packages/mcdev/lib/index.js`. It can make sense to directly include other files if you have a special scenario. We've done that in our example for [retrieveChangelog.js](https://github.com/Accenture/sfmc-devtools/blob/main/lib/retrieveChangelog.js) or in more detail, in our child-project [sfmc-devtools-copado](https://github.com/Accenture/sfmc-devtools-copado) to get full control over certain aspects.\n\n## Documentation\n\nPlease checkout the [GitHub wiki](https://github.com/Accenture/sfmc-devtools/wiki) for the full documentation.\n\n## Changelog\n\nFind info on the latest releases with a detailed changelog in the [GitHub Releases tab](https://github.com/Accenture/sfmc-devtools/releases).\n\n## Contribute\n\nIf you want to enhance Accenture SFMC DevTools you are welcome to fork the repo and create a pull request. Please understand that we will have to conduct a code review before accepting your changes.\n\nMore details on how to best do that are described in our [wiki](https://github.com/Accenture/sfmc-devtools/wiki/10.-Contribute).\n\n## Main Contacts\n\nThe people that lead this project:\n\n\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd align=\"center\" valign=\"top\" width=\"11%\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/joernberkefeld/\"\u003e\n\u003cimg src=\"https://github.com/JoernBerkefeld.png\" width=\"250\" height=\"250\"\u003e\u003cbr /\u003e\n\u003cb\u003eJörn Berkefeld\u003c/b\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/JoernBerkefeld\"\u003eGitHub profile\u003c/a\u003e\n\u003c/td\u003e\u003ctd align=\"center\" valign=\"top\" width=\"11%\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/douglasmidgley/\"\u003e\n\u003cimg src=\"https://github.com/DougMidgley.png\" width=\"250\" height=\"250\"\u003e\u003cbr /\u003e\n\u003cb\u003eDoug Midgley\u003c/b\u003e\n\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/DougMidgley\"\u003eGitHub profile\u003c/a\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n## Copyright\n\nCopyright (c) 2020-2025 Accenture. [MIT licensed](https://github.com/Accenture/sfmc-devtools/blob/main/LICENSE).\n","funding_links":[],"categories":["Tools for working with Marketing Cloud","Resources"],"sub_categories":["SFMC deep dives","Code"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAccenture%2Fsfmc-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAccenture%2Fsfmc-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAccenture%2Fsfmc-devtools/lists"}