Skip to content

yuchan/cli-dev-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cli in Swift

Easiest way

just run it:

swift script.swift

compile scripts into a binary and run it:

swiftc script.swift -o binary
chmod +x binary
./binary

Development in XCode

In this case, XCode is just the text editor for Swift. So you can write a code like you are developling iOS apps. After you compile sources, you'll find the binary in Product group.

if you like, you can also prepare your own Makefile. But that sounds like 20th century way. :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages