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

test8281

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test8281

testing

  • 0.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

NPM-PACKAGE-TEMPLATE

License: Unlicense

A template for NPM packages in TypeScript.

Table of Contents

Installation

Clone the repository:

git clone https://github.com/Ram-Amoncar/npm-package-template.git your-package-name

Install dependencies:

npm install

Scripts

  • npm run build :arrow_right: Build the TypeScript code using tsup.
  • npm test :arrow_right: Run Jest tests.
  • npm run test:watch :arrow_right: Run Jest tests in watch mode.
  • npm run coverage :arrow_right: Run Jest tests with coverage.
  • npm run format :arrow_right: Format code using Prettier.
  • npm run format:check :arrow_right: Check if code is formatted using Prettier.
  • run lint :arrow_right: Run ESLint for linting TypeScript files.
  • npm run lint:fix :arrow_right: Run ESLint with the --fix flag to - - automatically fix linting issues.

License

This project is licensed under the Unlicense - see the LICENSE file for details.

Acknowledgments

  • Jest :arrow_right: Delightful JavaScript Testing.
  • Tsup :arrow_right: Zero-config TypeScript bundler.
  • TypeScript :arrow_right: Typed superset of JavaScript.
  • Eslint :arrow_right: Pluggable linting utility for JavaScript and TypeScript.
  • Prettier :arrow_right: Opinionated code formatter.
  • Husky :arrow_right: Git hooks made easy.

Keywords

FAQs

Package last updated on 19 Jun 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