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: 2 months ago
JSON representation
CLI to publish packages and import maps to Eik, and to manage aliases
- Host: GitHub
- URL: https://github.com/eik-lib/cli
- Owner: eik-lib
- Created: 2019-08-26T14:39:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T09:04:41.000Z (4 months ago)
- Last Synced: 2026-03-02T12:59:10.155Z (4 months ago)
- Topics: eik
- Language: JavaScript
- Homepage: https://eik.dev
- Size: 1.45 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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.