https://github.com/codomatech/gr8s-tools
A set of tools and utilities to support the operation of gr8s server (https://gr8s-server.codoma.tech/).
https://github.com/codomatech/gr8s-tools
Last synced: 10 months ago
JSON representation
A set of tools and utilities to support the operation of gr8s server (https://gr8s-server.codoma.tech/).
- Host: GitHub
- URL: https://github.com/codomatech/gr8s-tools
- Owner: codomatech
- License: mit
- Created: 2024-05-12T18:10:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T14:20:13.000Z (11 months ago)
- Last Synced: 2025-03-12T09:09:44.407Z (11 months ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gr8s-tools
A set of tools and utilities to support the operation of [gr8s server](https://gr8s-server.codoma.tech/).
## `gr8s-cli`
```
Usage: gr8s-cli [options]
A command to prepare your html code to use with gr8s server. For more details, check:
https://gr8s-server.codoma.tech
Options:
-f, --index the path of the site index.html. If not provided, it will be guessed
-rc, --js_remove_contents add JS code to remove pre-rendered content on page load
--signup create a quick account on s3 cloud
-rl, --js_remove_links add JS code to remove pre-rendered links on page load
-m switch on minifying the output html
--deploy deploy frontend assets to gr8s cloud. More info at https://s3.app.codoma.tech/
-v, --verbose switch on verbose output
-h, --help display help for command
```