simplex/locator_config.moon
2018-05-11 13:55:52 -07:00

39 lines
677 B
Plaintext

{
{
path: "applications.users"
remote: {
name: "users"
fetch: "https://github.com/lazuscripts/users"
}
}
{
path: "applications.githook"
remote: {
name: "githook"
fetch: "https://github.com/lazuscripts/githook"
}
}
{
path: "applications"
}
-- { -- not actually useful
-- path: "helpers"
-- } -- NOTE also to be deprecated by the version added to utility
{
path: "utility"
remote: {
name: "utility"
fetch: "https://github.com/lazuscripts/utility"
}
}
{
path: "locator"
remote: {
name: "locator"
fetch: "https://github.com/lazuscripts/locator"
}
}
}