Swiftpack.co - DavidSkrundz/Bootstrap as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by DavidSkrundz.
DavidSkrundz/Bootstrap 2.0.0
A bootstrap to start scripting in Swift with modules
⭐️ 0
🕓 3 years ago
.package(url: "https://github.com/DavidSkrundz/Bootstrap.git", from: "2.0.0")

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

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics