Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

xliff-to-json

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xliff-to-json

Automatically converts XLIFF files to JSON files!

latest
npmnpm
Version
1.1.0
Version published
Weekly downloads
796
-17.08%
Maintainers
1
Weekly downloads
 
Created
Source

xliff-to-json

Automatically converts XLIFF files to JSON files!

Note that this is designed around Angular translation files made by the Internationalization process.

npm

Installation

npm install -g xliff-to-json

Usage

xliff-to-json [directory or file]

If no directory or file is specified, the current directory will be used.

Don't like npm? See below

Installation

  • Clone the repository by running git clone https://github.com/Tzahi12345/xliff-to-json.git
  • Run cd xliff-to-json and type npm install to get all the required dependencies.
  • You're all good to go! See Usage down below to convert your files.

Usage

node app.js [directory or file]

Notes

Files will output in the same directory as the input files.

If your output files do not appear, make sure your input XLIFF does not contain any <group> tags. If it does, remove them and try again!

FAQs

Package last updated on 17 Dec 2023

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