New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rainbow-fs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow-fs

A tool for reading/writing/mutating Sitecore Unicorn/Rainbow serializations in YAML

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts