Socket
Socket
Sign inDemoInstall

dnt-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnt-template

dnt-template


Version published
Maintainers
1
Created
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

Package last updated on 06 Jul 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc