Bootstrap Swift scripting using modules
Installation does not create any files or directories outside of Bootstrap/
, Modules/
, and .ModuleMaps/
Note: Do not run install
if you want to save changes you've made to the repo
git clone https://github.com/DavidSkrundz/Bootstrap.git
cd Bootstrap
./install
cd ../Modules
git clone <repo>
cd ../Bootstrap
./build --all
or
./build <module>
or
Bootstrap --build <--all | module>
┬─<root>/
├─┬─Bootstrap/
│ ├─Bootstrap
│ ├─build
│ ├─install
│ ├─.../
├─┬─Modules/
│ ├─Module1
│ ├─Module2
├─┬─.ModuleMaps/
│ ├─Module1.modulemap
│ ├─Module2.modulemap