commit 38ef62010b2b642d641106ad15f4e3d3cc6aff88 Author: Kiritow <1362050620@qq.com> Date: Tue Mar 6 14:11:29 2018 +0800 first commit diff --git a/list.lua b/list.lua new file mode 100644 index 0000000..29601c2 --- /dev/null +++ b/list.lua @@ -0,0 +1,14 @@ +-- CNPM Program List +return { + { + name="test", + site="cn", + repo="Kiritow/Test" + }, + { + name="test2", + site="cn", + repo="Kiritow/Test2", + dir="main" + } +} \ No newline at end of file