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

https://github.com/eik-lib/cli

CLI to publish packages and import maps to Eik, and to manage aliases
https://github.com/eik-lib/cli

eik

Last synced: about 2 months ago
JSON representation

CLI to publish packages and import maps to Eik, and to manage aliases

Awesome Lists containing this project

README

        

# @eik/cli

The Eik CLI helps you publish to an [Eik server](https://eik.dev/docs/introduction/) and manage import maps and aliases.

## Installing

Run this command to install the Eik CLI globally.

```sh
npm install --global @eik/cli
```

This makes the `eik` command available in your shell.

```sh
eik --version
```

## Usage

See [the CLI reference documentation](https://eik.dev/cli) to learn about the available commands.