-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathREADME
33 lines (31 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Lit CLI Commands
================
lit help Show usage information.
lit version Show just the lit version.
lit update Update lit to the latest version.
lit make appdir Build appdir into a single executable.
lit serve prefix Start a lit package server (upstream or proxy).
`prefix` is the protocol and host.
EG: lit serve https://lit.luvit.io
Local configuration
-------------------
lit auth username Verify local private key and set username.
lit up [url] Go online. Uses default upstream or url.
lit down Go offline (disable upstream).
lit config Print configuration.
Package Management
------------------
lit init Bootstrap a new package.lua file or an init.lua
entry file
lit ls [path] List packages in folder or zip.
lit install Install deps of package in cwd.
lit install names* Install dependencies.
lit sync [author] [name] Sync down upstream updates for any locally cached
lit publish path* Add and publish packages to upstream.
lit add path* Import, tag, and sign packages from disk.
to the local db.
Organization Management
-----------------------
lit claim org Claim github org of which you are a public member.
lit share org user Add collaborator who can push to this lit org.
lit unclaim org Remove yourself from a lit organization.