https://github.com/hypermodeinc/hyp-cli
Hypermode, in your terminal
https://github.com/hypermodeinc/hyp-cli
cli javascript
Last synced: 10 months ago
JSON representation
Hypermode, in your terminal
- Host: GitHub
- URL: https://github.com/hypermodeinc/hyp-cli
- Owner: hypermodeinc
- License: apache-2.0
- Created: 2024-10-03T15:42:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T17:29:09.000Z (10 months ago)
- Last Synced: 2025-06-25T18:35:07.991Z (10 months ago)
- Topics: cli, javascript
- Language: TypeScript
- Homepage: https://docs.hypermode.com/hyp-cli
- Size: 686 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/hypermodeinc/hyp-cli?tab=Apache-2.0-1-ov-file#readme)
[](https://discord.hypermode.com)
[](https://github.com/hypermodeinc/hyp-cli/stargazers)
[](https://github.com/hypermodeinc/hyp-cli/commits/main/)
Get Started
·
Docs
·
Discord
Hyp is the command line interface (CLI) for [Hypermode](https://hypermode.com).
## Quickstart
Install the Hyp CLI
```bash
npm install -g @hypermode/hyp-cli
```
Initialize your Modus app
```bash
modus new
```
Run your app locally with fast refresh
```bash
modus dev
```
Link your Modus app repo to Hypermode
```bash
hyp link
```
## License
Hyp CLI is © Hypermode Inc., and licensed under the terms of the Apache License, Version 2.0. See
the [LICENSE](./LICENSE) file for a complete copy of the license.