1. object-file-sync
object file sync
object-file-sync
Package: object-file-sync
Created by: maweimaweima
Last modified: Thu, 12 May 2022 00:50:48 GMT
Version: 1.0.15
License: ISC
Downloads: 2
Repository: https://github.com/maweimaweima/object-file-sync

Install

npm install object-file-sync
yarn add object-file-sync

object-file-sync

simple object filesync. This support i18n key's all operations sync.

Install

Install with npm:

$ npm install --save object-file-sync

同步文件夹 文件 文件内容key-value操作

objectFileSync({
    root: path.join(process.cwd(), 'test/src/locales'),
    // dirs: ['zh-CN', 'en-US'],
});

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin