Skip to content

flox/flox-manifest-build-examples

Repository files navigation

What is this?

This repository is meant to be a demo-setup for several ecosystems to show how to build a package using the manifest build approach from Flox.

Supported Languages

  • C++
  • Go
  • JVM (kotlin)
  • Nodejs
  • Ruby
  • PHP
  • Rust

Feel free to add more.

Testing

All applications are designed to built by:

 cd $dir
 flox build
 # then run the resulting binary in result-*/bin/quotes*

To test, you should be able to run

  curl localhost:3000/quotes/1

If that returns a 200, it's working.

Automated Testing

make test at the top level of the project will build and test all directories.

You can also run make ruby or make go, etc

Using

cd to the directory of the language you want to build and run the following command:

flox build

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •