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

https://github.com/timsusa/deno-hallo-module

just a simple deno module to test loading via "raw.githubusercontent.com"
https://github.com/timsusa/deno-hallo-module

Last synced: about 1 year ago
JSON representation

just a simple deno module to test loading via "raw.githubusercontent.com"

Awesome Lists containing this project

README

          

# deno-hallo-module
Just a simple module for making personal tests loading a simple deno module via

```
import hello from 'https://raw.githubusercontent.com/timsusa/deno-hallo-module/master/module.ts'

module('you');
```