Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kingsword09/dnt-starter

Fast dnt template project.
https://github.com/kingsword09/dnt-starter

deno dnt jsr

Last synced: 6 days ago
JSON representation

Fast dnt template project.

Awesome Lists containing this project

README

        

# dnt-starter
Fast dnt template project.

`dnt` [Document](https://github.com/denoland/dnt)

### If you want to publish to the npm registry, modify the data in npm.json.
- Modify `name` `version` `description` `entryPoints`

### If you want to publish to the jsr registry, modify the data in deno.json.
- [jsr document](https://jsr.io/docs/publishing-packages)
- And to exclude scripts in deno.json
```json
{
"exclude": ["scripts"]
}
```