mpclarkson / vapor-installer

Installer for Vapor - the Swift web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vapor Installer

This installer creates a new Vapor web project with open source Swift.

###Instructions

  1. Simply download the binary and add it to your $PATH
  2. Make sure it is executable chmod +x /path/to/vapor
  3. Create a new project vapor new MyProject
  4. Start building a swift web application!

Alternatively, clone this repository and build the binary yourself.

###Contributions

Pull requests are welcome!

You can learn how from this series How to Contribute to an Open Source Project on GitHub

###Todos

  • Specific a tag or release
  • Self-update
  • Tests

###Author

Matthew Clarkson

@matt_clarkson

Blog

Work

About

Installer for Vapor - the Swift web framework

License:MIT License


Languages

Language:Swift 97.0%Language:Shell 3.0%