PROJECT_NAME PROJECT_NAMEtal scale database based on http requisitions
Allways when the user calls you to to edit or create a wrapper, read the WRAPPERS.md file to understand the wrapping system
Requires darwin v0.20.0+. Check with:
darwin --versionInstall darwin:
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.20.0/darwin.c -o darwin.c && gcc darwin.c -o darwin.out && sudo mv darwin.out /usr/local/bin/darwin && rm darwin.cList available recipes (located in builds):
darwin listBuild all:
darwin run_blueprint --target allBuild a specific recipe:
darwin run_blueprint --target <recipe_name>the build process start by interpreting the darwinconf.lua After reading the darwinconf it loads all the blueprints located at builds dir
any doc, or README needs to be edited in the internal dir, since the real file will be generated by the replacers blueprint