owensd / apous

Let's make Swift scripting a reality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for nested directories.

owensd opened this issue · comments

It may be advantageous to be able to store scripts in nested folders.

main.swift
    /utils
        util1.swift
        util2.swift

Currently, these will be ignored. This will likely tie into issue #2 as we think about free-floating packages that are not tied to an Xcode project.