0.2.0 • Published 1 year ago

@rezo-zero/xilofone-fetch v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

xilofone-fetch

Fetch Xilofone messages and output them

Installation

yarn add -D @rezo-zero/xilofone-fetch

Configuration

XILOFONE_BASE_URL=https://xilofone.example.com
XILOFONE_USERNAME=user
XILOFONE_PASSWORD=***********
XILOFONE_FILE_ID=12
XILOFONE_OUTPUT=assets/locales/

Usage

Setup a custom npm script into package.json file

{
    "scripts": {
        "xilo": "node ./node_modules/@rezo-zero/xilofone-fetch/dist/index.js"
    }
}

and use it like

yarn xilo
0.2.0

1 year ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago