0.8.1 • Published 9 months ago

@recontentapp/file-formats v0.8.1

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
9 months ago

Recontent.app file formats

Support IO operations for multiple file formats (used in CLI & API)

This package exposed a set of renderers & parsers for multiple file formats.

They are used to import & export data to/from Recontent.app represented as dicts.

import { renderAndroidXML } from '@recontentapp/file-formats'

/**
 * <?xml version="1.0" encoding="utf-8"?>
 * <resources>
 *   <string name="title">Hello World</string>
 *   <string name="dashboard.title">Welcome to your dashboard</string>
 *   <string name="dashboard.description">Here you can find all the information you need to get started</string>
 * </resources>
 */
renderAndroidXML({
  title: 'Hello World',
  'dashboard.title': 'Welcome to your dashboard',
  'dashboard.description':
    'Here you can find all the information you need to get started',
})
0.8.1

9 months ago

0.8.0

9 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.0

11 months ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago