cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Publish sdkgen as a npm package, if possible #16

Closed vhfmag closed 6 years ago

vhfmag commented 6 years ago

Motivation

Currently, sdkgen-based API projects use a docker container for compiling the sdkgen files on CI, and compile them by hand locally. There are two main issues with that:

Proposed solution

Libraries like node-sass compile their binaries from languages like C on post-install. A package for sdkgen would solve versioning and allow better tooling:

Possible issues

lbguilherme commented 6 years ago

Required for this: Publish linux and mac pre-compiled binaries with all dependencies contained in itself. This way a NPM package can be created just like SASS

vhfmag commented 6 years ago

Superseded by #24