https://github.com/justaos/cli
A command line interface for justaos
https://github.com/justaos/cli
cli deno javascript justaos nodejs platform typescript
Last synced: 10 months ago
JSON representation
A command line interface for justaos
- Host: GitHub
- URL: https://github.com/justaos/cli
- Owner: justaos
- License: apache-2.0
- Created: 2018-04-16T13:05:12.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T17:27:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T21:44:09.413Z (over 1 year ago)
- Topics: cli, deno, javascript, justaos, nodejs, platform, typescript
- Language: TypeScript
- Homepage: https://justaos.com
- Size: 9.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## JUSTAOS CLI
A command line interface for JUSTAOS.
[](https://github.com/justaos/cli/actions?workflow=Build)
## Prerequisites
- Install deno (version 1.29.1)\
https://deno.land/manual@v1.29.1/getting_started/installation
- Install mongodb\
https://www.mongodb.com/download-center?#community
## Setup

```bash
deno install -A --unstable -n justaos https://deno.land/x/justaos/mod.ts
```
## Commands
### justaos new
The JUSTAOS CLI makes it easy to create an application that already works, right
out of the box.
### justaos run
Easily start your JUSTAOS and load installed cloud applications on platform.
Check configuration in config.json before running the JUSTAOS.
By default, platform starts on port 8080. Open
[http://localhost:8080](http://localhost:8080) to view the landing page of
JUSTAOS.
## Code of Conduct
[Contributor Covenant](/CODE_OF_CONDUCT.md)
## License
[Apache License 2.0](/LICENSE)