8000 GitHub - qftgtr/moleculec-es: ECMAScript plugin for the molecule serialization system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qftgtr/moleculec-es

 
 

Repository files navigation

moleculec-es

ECMAScript plugin for the molecule serialization system

Usage

First, download precompiled binary from releases page, and put the binary in our PATH. You could also clone and build the project from source. The only dependency is Golang here.

$ cargo install moleculec
$ moleculec --language - --schema-file "your schema file" --format json > /tmp/schema.json
$ moleculec-es -inputFile /tmp/schema.json -outputFile "your JS file"

Generated file from this project follows latest ECMAScript standard, it is also orgnaized as an ECMAScript module to allow for tree shaking.

About

ECMAScript plugin for the molecule serialization system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%
0