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

https://github.com/nbbaier/vt-upload

tiny utility to copy local code to val.town
https://github.com/nbbaier/vt-upload

Last synced: 6 months ago
JSON representation

tiny utility to copy local code to val.town

Awesome Lists containing this project

README

          

# vt-upload

A simple utility to copy local code to val.town. Easiest way to run is the following:

```
VALTOWN= deno run -A main.ts foo.ts
```

This will create a new val with the code in `file.ts`.