Socket
Socket
Sign inDemoInstall

dnt-template

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dnt-template

dnt-template


Version published
Weekly downloads
30
increased by36.36%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.0.4

Patch Changes

  • 8f7bc6f: forth release

Readme

Source

dnt-template

Setup

Replace github username / project name throughout files:

deno run -A scripts/setup.ts

Add a GitHub Actions repository secret called NPM_TOKEN with publishing permissions.

Go to your GitHub repository Settings > Actions > General and set Workflow permissions to Read and write permissions, as well as enabling Allow GitHub Actions to create and approve pull requests.

Development

Testing in Deno can be ran in a single pass with:

deno test

Or in watch mode with:

deno test --watch

Node tests are ran with the build command:

deno task build

Format code with:

deno task format

Typecheck / lint code with:

deno task check

Contributing Changes

Install CLI:

npm i -g @changesets/cli

Generate changeset:

npx changeset

FAQs

Last updated on 06 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc