create a clonable npm project
user runs npm install
there are command line tools in the npm scripts
there should be config on which languages to build, so that the user doesnt have to build all languages
output .jar file, .ts file, .go fs
put the build results in:
builds/
java/
golang/
typescript/
and make all the files readonly by default
create a clonable npm project
user runs
npm installthere are command line tools in the npm scripts
there should be config on which languages to build, so that the user doesnt have to build all languages
output .jar file, .ts file, .go fs
put the build results in:
and make all the files readonly by default