0.1.8 • Published 7 years ago

lpm-transpilers v0.1.8

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

lpm-transpilers

transform Layout-JSON to HTML/SASS, ReactJS, React Native

Specifications

  • Markup: support responsive layouts, variables, placeholders Layout-JSON specification
  • Transpilers: to HTML / SASS, ReactJS and React Native

Usage

Here is a quick example to get you started:

Import

import {format} from 'lpm-core/transpilers/reactNative/parse';

const code = format(layoutJson, 1, 'ComponentName');

Contribution

To run locally install all the dependencies:

dev:

npm install

test:

npm test

License

This project is licensed under the terms of the MIT license

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago