A description of this tool.
Simply run:
$ EXECUTABLE-NAME [options]-h, --help: ShowEXECUTABLE-NAMEhelp information.--version: ShowEXECUTABLE-NAMEversion.
- macOS 10.15+
- Linux
Make sure Xcode 11.4+ is installed first.
There're more than one way to install EXECUTABLE-NAME.
Using Homebrew:
$ brew install AUTHOR-HANDLE/EXECUTABLE-NAME/formulaUsing Mint:
$ mint install AUTHOR-HANDLE/EXECUTABLE-NAME$ git clone https://github.com/AUTHOR-HANDLE/EXECUTABLE-NAME.git
$ cd EXECUTABLE-NAME
$ make installWith that installed and in the /usr/local/bin folder, now it's ready to serve.
Using Swift Package Manager:
Use as CLI
$ git clone https://github.com/AUTHOR-HANDLE/EXECUTABLE-NAME.git
$ cd EXECUTABLE-NAME
$ swift runUse as dependency
Add the following to your Package.swift file's dependencies:
.package(url: "https://github.com/AUTHOR-HANDLE/EXECUTABLE-NAME.git", from: "0.1.0")And then import wherever needed: import EXECUTABLE-NAME
For more information, see the Swift Package Manager documentation.
- Contributions are very welcome.
- Attribution is appreciated (let's spread the word!), but not mandatory.
AUTHOR-NAME – @AUTHOR-HANDLE – AUTHOR-EMAIL
EXECUTABLE-NAME is available under the MIT license. See the LICENSE file for more info.