Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kingsword09/dnt-starter
- Owner: kingsword09
- License: mit
- Created: 2022-11-07T13:15:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T07:38:17.000Z (6 months ago)
- Last Synced: 2024-11-13T00:38:59.631Z (2 months ago)
- Topics: deno, dnt, jsr
- Language: TypeScript
- Homepage: https://github.com/denoland/dnt
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
```