Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

Deno Module Starter

A neat lil starter for Deno modules.

IDE integration

For VSCode, make sure you have the Deno extension installed. Then, open the project and run the editor command

> deno: init

Publishing

Follow the instructions on deno.land/x/ to publish a Deno module there.