jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 6 forks source link

Restructure the repo #111

Closed jalovatt closed 5 years ago

jalovatt commented 5 years ago

The existing structure is starting to get a bit messy now that I've added the test library.

Suggested:

    --library
        --gui
        --public
        scythe.lua
        set-scythe-path.lua
    --development
        --docs
        --examples
        --templates?
        --testing
jalovatt commented 5 years ago

Partially done - the library has been restructured, and the development path is exposed for require when necessary.