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

https://github.com/jellydn/deno-pkg-starter

Publish your Typescript library to NPM and Deno
https://github.com/jellydn/deno-pkg-starter

deno deno-starter esm npm rust typescript wasm

Last synced: 6 months ago
JSON representation

Publish your Typescript library to NPM and Deno

Awesome Lists containing this project

README

          

# Welcome to deno-starter 👋

![Version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](https://twitter.com/jellydn)

> Deno starter template

[![IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]](https://i.ytimg.com/vi/ocLNcwm4xUs/hqdefault.jpg)](https://www.youtube.com/watch?v=ocLNcwm4xUs)

## Prerequisites

- [Deno](https://deno.land/#installation)
- [Rust](https://rustup.rs/)
- [np](https://github.com/sindresorhus/np)

## Build

```sh
deno task wasmbuild
```

## Test

```sh
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

```sh
deno task npm 0.1.0
cd npm
npm publish # or np
```

## Useful links

- dnt: Deno to Node Transform https://github.com/denoland/dnt
- Deno testing https://deno.land/manual/testing
- Using Rust in Deno and Web Apps https://deno.com/blog/wasmbuild

## Author

👤 **Huynh Duc Dung**

- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)

## Show your support

[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd)
[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd)
[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/dunghd)

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_