0.2.0 • Published 6 years ago

cluster-schema-translator v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

cluster schema translator

a cluster schema translator for qingcloud

1. Intro

This library is designed to translate qingcloud cluster schema (Format like: mustache, json, toml..)

Provide a convenient way to validate, easy-to-test, render-to-view interface for cluster schema.

2. CLI

qc-cl --help

3. Testing

First you should setup testing fixture

npm run setup

Then

npm test

4. Goals

  • Support format like: mustache, json, toml
  • Ship with a cli tool to manipulate schema files
  • Generate form view component capable in React

License

MIT