🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

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

0.0.4
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
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