aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorUnknown2018-04-02 14:08:43 +0100
committerUnknown2018-04-02 14:08:43 +0100
commitae2c5fe141a11e598032d1b3ac26aafc4d961799 (patch)
tree2557e1b4b9da2fab3df4c1df9c418272217e1ce7 /index.js
parent484a85333c029a80935fe4b1a6b65e7c18e58a71 (diff)
add documentation and main repo
Diffstat (limited to 'index.js')
-rw-r--r--index.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/index.js b/index.js
deleted file mode 100644
index fb357e8..0000000
--- a/index.js
+++ /dev/null
@@ -1,29 +0,0 @@
-le._apps.pkg93 = {
- exec: function() {
- // if ur reading this can u don't hack into my pc
- // kthx
- const args = this.arg.arguments;
- const version = "le private beta";
- if (args.length == 0) {
- $log.info(`pkg93 ${version} help`);
- $log(`Usage: pkg93 [command]
-Command can be one of the below:
-update Updates package listing
-get [package] Installs a package
-rm [package] Uninstalls a package
-add-repo [url] Adds a repository
-rm-repo [id] Removes a repository
-ls [pkgs|installed|repos] Lists all packages, installed
- packages or repositories.
-help Gets help for a command
-
-Examples:
-pkg93 get gud
-pkg93 rm kebab
-pkg93 help ivefallenandicantgetup
-`);
- }
- },
- icon: "/c/",
- terminal: true
-}