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

https://github.com/saneef/observable-framework-utils

Collection of tools and utilities to use with Observable Framework.
https://github.com/saneef/observable-framework-utils

Last synced: about 1 year ago
JSON representation

Collection of tools and utilities to use with Observable Framework.

Awesome Lists containing this project

README

          

# Observable Framework Utils

Utilities and tools for [Observable Framework](https://observablehq.com/framework/).

## Usage

You can import the utility using `npm:` protocol.

```js
import { prettyTable } from "npm:@saneef/observable-framework-utils";

// Recommended to use with version
import { prettyTable } from "npm:@saneef/observable-framework-utils@";

// Example
import { prettyTable } from "npm:@saneef/observable-framework-utils@0.1.1";
```

## Development

```
$ npm install
$ npm run dev # Starts Observable Framework locale development server of documentation and testing pages
```