-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.txt
More file actions
15 lines (14 loc) · 780 Bytes
/
help.txt
File metadata and controls
15 lines (14 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CLIMATE
The minimalistic package manager for scripts
Available commands
create Create a script boilerplate
help Display this message
init Interactively create .climate file
install Install a script from its source
install <git-repository-url> Clone a script from a git repository and install
list List all installed scripts
remove <script-name> Remove an installed script
update <script-name> Update to the latest version of a script
Requires REPOSITORY field set in .climate
Otherwise use:
climate install <git-repository-url>