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
- Host: GitHub
- URL: https://github.com/eik-lib/cli
- Owner: eik-lib
- Created: 2019-08-26T14:39:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:17:24.000Z (7 months ago)
- Last Synced: 2024-11-04T04:19:38.900Z (7 months ago)
- Topics: eik
- Language: JavaScript
- Homepage: https://eik.dev
- Size: 968 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
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.