culture-data-format

0.2.0 • Public • Published

ORXE-CULTURE-SCRIPT

This package provides an an executable script, by name orxe-culture-format.

This script is required for formatting culture resources in different formats.

Data Format is decided as per the upload and response from enablement team.

Example:

Developer will be writting JSON in following format.

{
  "hello_world": {
    "value": "Hello World",
    "desc": "Description For Hello World"
  }
}

This JSON will be formated as per the requirement of payload and response from the enablement team.

Payload (JSON FILE which will be provided to Enablement Team)

{
    "content": [
        {
            "key":"hello_world","value":"Hello World","desc":"Description For Hello World"}
        ]
    }

Response which we will be getting from enablement team.

    {
        "hello_world":"Hello World"
    }

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i culture-data-format

      Weekly Downloads

      1

      Version

      0.2.0

      License

      UNLICENSED

      Unpacked Size

      5.42 kB

      Total Files

      3

      Last publish

      Collaborators

      • akshayr20