Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiyue1993/slave
Don't repeat yourself. Let Slave handle this kind of stuff http://slave-yo.herokuapp.com/
https://github.com/caiyue1993/slave
Last synced: 30 days ago
JSON representation
Don't repeat yourself. Let Slave handle this kind of stuff http://slave-yo.herokuapp.com/
- Host: GitHub
- URL: https://github.com/caiyue1993/slave
- Owner: caiyue1993
- License: mit
- Created: 2017-07-08T07:55:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T15:19:53.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T06:11:55.020Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Slave
Slave helps you generate some coding stuffs.## Description
Don't repeat yourself in code writings. Slave has integrated templates(Swift/Objective-C) that will save you tons of time.Custom templates will be supported in the near future. Or you can help me to reach this target by pulling requests.
## Try it out
We get a web version for now: http://slave-yo.herokuapp.com/## How to run yourself
1. Git clone this repo
2. Enter `Slave` folder and type `swift build`
3. `swift package generate-xcodeproj`
4. open Slave.xcodeproj
5. Choose the `Run` scheme and run itOf course, you should have [Vapor](https://vapor.codes/) installed on your Mac.
## License
MIT