https://github.com/itsdouges/json2tds
Proof of concept hackathon project to generate sitecore tds flat files from json
https://github.com/itsdouges/json2tds
Last synced: 11 months ago
JSON representation
Proof of concept hackathon project to generate sitecore tds flat files from json
- Host: GitHub
- URL: https://github.com/itsdouges/json2tds
- Owner: itsdouges
- Created: 2017-03-09T03:24:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T02:45:34.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T14:38:31.286Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @nec/json2tds
## Into
Manually making sitecore items is tedious (pun intended). Let's fix that.
Input -> JSON.
Output -> `.item` files + updates relevant `.scproj` files.
## Tests
### Simple Items
```
npm start -- --dist=test/sitecore/content/Home --src=test/1-simple-item
```
### Complex Items
```
npm start -- --dist=test/sitecore/content/Home --src=test/2-complex-item
```