Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.44 KB

Bootstrap Swift Version Platforms Build Status Codebeat Status Codecov

Bootstrap Swift scripting using modules

Installation

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

Getting Packages

cd ../Modules
git clone <repo>

Building Packages

cd ../Bootstrap
./build --all
  or
./build <module>

or

Bootstrap --build <--all | module>

Directory Structure

┬─<root>/
├─┬─Bootstrap/
│ ├─Bootstrap
│ ├─build
│ ├─install
│ ├─.../
├─┬─Modules/
│ ├─Module1
│ ├─Module2
├─┬─.ModuleMaps/
│ ├─Module1.modulemap
│ ├─Module2.modulemap