https://github.com/devan-kerman/cc-installer
an installer program for directory based projects
https://github.com/devan-kerman/cc-installer
Last synced: 11 months ago
JSON representation
an installer program for directory based projects
- Host: GitHub
- URL: https://github.com/devan-kerman/cc-installer
- Owner: Devan-Kerman
- Created: 2020-11-03T05:42:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T21:26:01.000Z (over 5 years ago)
- Last Synced: 2024-12-27T05:25:05.764Z (over 1 year ago)
- Language: Lua
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cc-installer
an installer program for github projects
# how to install programs
`pastebin run NfiWU0hg (branch)`
# how to use
if you want you can add dependancies or customize the source directory path\
make a `installer.json` file
```json
{
"src": "src",
"dependents": [["user", "repo", "branch"]]
}
```