Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aapzu/npm-package-template

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aapzu/npm-package-template

A template for creating npm packages with TypeScript

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@aapzu/npm-package-template

Development

Running

The template app can be run using tsx.

pnpm start

Building

The template uses tsup for builds.

pnpm build

Linting

The template has eslint & prettier setup with pre-commit hooks implemented with husky & lint-staged

pnpm lint

Testing

The template is using Vitest for testing. Run tests with

pnpm test

Publishing

Prequisites

  • PNPM_TOKEN has been added into secrets in https://github.com/<account>/<repo>/settings/secrets/actions

Steps

To publish, first commit your changes and then run

pnpm version [major|minor|patch]
pnpm push --follow-tags

FAQs

Package last updated on 06 May 2024

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