Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhusudhand/lite.sh
CLI for frontend app publishing
https://github.com/madhusudhand/lite.sh
Last synced: 22 days ago
JSON representation
CLI for frontend app publishing
- Host: GitHub
- URL: https://github.com/madhusudhand/lite.sh
- Owner: madhusudhand
- License: mit
- Created: 2020-04-28T13:52:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:44:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T00:35:41.695Z (about 1 month ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lite.sh
> Fast and secure sites delivered with one step deployment.
lite.sh is a hosting service for frontend apps.
## one step deployment
```sh
$ npm install -g lite.sh$ lite . --domain example.com
```## usage
Run `lite --help` or visit [lite.sh/docs](https://lite.sh/docs)
```
Usage: lite [options]Commandline to publish frontend apps.
ex: lite .
lite /absolute/pathOptions:
-V, --version output the version number
-d, --domain domain of the app
-h, --help display help for commandCommands:
login [options] login into your account or creates a new one
logout log out of your account
whoami show current logged in user
list list deployed apps
help [command] display help for command```