
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
resxprocessor
Advanced tools
This package offers you:
resxprocessor uses a number of open source projects to work properly:
resxprocessor requires Node.js v6+ to run.
$ npm install resxprocessor -g
Create config file at the very same folder as you going to use this package.
Give it a name .resxprocessor
Configuration keys:
"tabSize": [number] - indent config (number of spaces in one tab)
"srcFolder": [string] - folder to store/process src (.json) files
"distFolder": [string] - folder to store/process dist (.js) files
"resxPrefix": [string] - this prefix will be added to dist files names (like test[Prefix].[language].js)
"jsNamespace": [string] - namespace for generated dist resources (generated obj will be applied to this namespace)
"languages": Array[string] - list of languages to work with,
"defaultLang": [string] - default language from the list you specified in "languages section"
"currentLangNS": [string] - current language will be taken from this namespace
Configuration example:
{
"tabSize" : 4,
"srcFolder" : "./resxSrc/",
"distFolder" : "./resxDist/",
"resxPrefix" : "Resx",
"jsNamespace" : "ep.resources",
"tsGlobInterface" : "EPResources",
"languages" : [ "en", "ru", "de", "fr", "es", "it", "pl", "sk", "tr" ],
"defaultLang" : "en",
"currentLangNS": "ep.resxCulture"
}
Be sure to run it on the same lavel as your config (.resxprocessor) is luying on.
$ resxprocessor$ resxprocessor -dif u run it in "DO EVERYTHING GOOD" mode you must take care of addition json source files and its content, lib only regenerates/sanitezes/sorts your src/dist files.
MIT
FAQs
fast, powerfull resx -> js + ts language resource generator
We found that resxprocessor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.