rainbow-fs
v0.2.0
Published
A tool for reading/writing/mutating Sitecore Unicorn/Rainbow serializations in YAML
Downloads
4
Readme
rainbow-fs
A utility library for reading/writing/mutating serialized items from Unicorn for Sitecore.
What is rainbow-fs?
rainbow-fs is very much a work in progress. It is meant to be a comprehensive utility library to manage serialized Sitecore content trees from Unicorn. The current implementation can:
- Read serialized items from the file system.
- Write items to the file system.
- Load Unicorn predicate configurations from XML configuration patch files.
- Create new items using deterministic GUIDs.
- Perform basic operations on an item:
- Rename
- Rebase
- Change field values
- Add/Remove Langauges
- Add/Remove Versions
- Find items using standard glob patterns
Installing
With npm
:
npm install rainbow-fs
Or with yarn
:
#> yarn install rainbow-fs
Usage
Coming Soon
Contributing
Contributions are always welcome. Please submit a PR and ensure any changes are accounted for in a test. PRs without a matching test will not be accepted.
License
MIT License. Do with as you please but do consider sharing with the project