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.
- Host: GitHub
- URL: https://github.com/saneef/observable-framework-utils
- Owner: saneef
- Created: 2024-07-07T05:37:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T02:52:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T14:38:09.222Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://saneef.github.io/observable-framework-utils/
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```