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

https://github.com/shigma/cosmokit

A collection of common utilities
https://github.com/shigma/cosmokit

Last synced: 8 months ago
JSON representation

A collection of common utilities

Awesome Lists containing this project

README

          

# cosmokit

[![Codecov](https://img.shields.io/codecov/c/github/shigma/cosmokit?style=flat-square)](https://codecov.io/gh/shigma/cosmokit)
[![npm](https://img.shields.io/npm/v/cosmokit?style=flat-square)](https://www.npmjs.com/package/cosmokit)

A collection of common utilities.

## Usage

### Node.js

```sh
npm install cosmokit
```

```ts
import cosmokit from 'cosmokit'
```

### Deno

```ts
import cosmokit from 'npm:cosmokit@latest'
```