jellydn / deno-pkg-starter

Publish your Typescript library to NPM and Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to deno-starter 👋

Version License: MIT Twitter: jellydn

Deno starter template

IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]

Prerequisites

Build

deno task wasmbuild

Test

cargo test
deno task test

Publish

Deno

deno.land/x is a hosting service for Deno scripts. It caches releases of open source modules stored on GitHub and serves them at one easy to remember domain.

More https://deno.land/x#info

NPM

deno task npm 0.1.0
cd npm
npm publish # or np

Useful links

Author

👤 Huynh Duc Dung

Show your support

kofi paypal buymeacoffee

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Publish your Typescript library to NPM and Deno

License:MIT License


Languages

Language:TypeScript 84.5%Language:Rust 15.5%