An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



[![GitHub License](https://img.shields.io/github/license/hypermodeinc/hyp-cli)](https://github.com/hypermodeinc/hyp-cli?tab=Apache-2.0-1-ov-file#readme)
[![chat](https://img.shields.io/discord/1267579648657850441)](https://discord.hypermode.com)
[![GitHub Repo stars](https://img.shields.io/github/stars/hypermodeinc/hyp-cli)](https://github.com/hypermodeinc/hyp-cli/stargazers)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/hypermodeinc/hyp-cli)](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.