Welcome to the very early development of Boulangerie the package manager made for the Baguette# exotic programming language The structure is heavily inspired by OPAM the OCaml Package Manager.
boulangerie enter initialize a new projectboulangerie try execute the current projectboulangerie buy install local librariesboulangerie storefront list available librariesboulangerie buy --lib lib install a distant libraryboulangerie raise updates the local repositoryboulangerie raise --lib lib updates a distant libraryTo use it in a B# file you just need to do a LOAD <library>, and it will load all the files of the library, running LOAD <library.file> loads specifically the file specified.
To publish your library,
coco33920/tartelettes/0.4/boulangerie.jsonrepository folder your boulangerie.json file under github/name/versionrepository.boulangerie your library, like github/name:version