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
- Host: GitHub
- URL: https://github.com/jellydn/deno-pkg-starter
- Owner: jellydn
- License: mit
- Created: 2021-05-21T12:44:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T05:09:04.000Z (7 months ago)
- Last Synced: 2025-03-28T10:50:30.292Z (7 months ago)
- Topics: deno, deno-starter, esm, npm, rust, typescript, wasm
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to deno-starter 👋

[](#)
[](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
[](https://ko-fi.com/dunghd)
[](https://paypal.me/dunghd)
[](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)_