Irwin1985 / swbm

Swift Builder Manager for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swbm

Swift Builder Manager for Windows

What is this?

This is a tool to manage Swift compilation on Windows.

Installation

  1. Download the latest release from here
  2. Extract the zip file to your desired location (eg: C:\swbm)
  3. Add the path to your PATH environment variable (eg: C:\swbm)
  4. Run swbm in your terminal to see the help message
  5. Open a new terminal and hit swbm version to see if it works.

How to use

  1. Run swbm new <project-name> to create a new project
  2. Run swbm build <project-name> to build the project
  3. Run swbm run <project-name> [args] to run the project with optional arguments

How to contribute

  1. Fork this repository
  2. Make your changes
  3. Create a pull request

Author

Irwin Rodriguez

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Swift Builder Manager for Windows

License:MIT License


Languages

Language:Ring 100.0%