Socket
Book a DemoInstallSign in
Socket

aro-fetch-interceptor

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

aro-fetch-interceptor

fetch interceptor package

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

GitHub license nodejs badge typescript badge

typescript-package-boilerplate

Minimalistic boilerplate to start a package in Node Js with TypeScript for personal projects.

Quick start

To start, just clone the repository with following commands:

  • clone using HTTP
git clone https://github.com/leojaimesson/typescript-package-boilerplate.git
cd typescript-package-boilerplate
npm install
  • clone using SSH
git clone git@github.com:leojaimesson/typescript-package-boilerplate.git
cd typescript-package-boilerplate
npm install

Available scripts

  • clean - remove coverage data, Nyc cache and transpiled files,
  • clean:modules - remove and reinstall node_modules packages and package-lock.json,
  • build - transpile TypeScript to ES5,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests
  • test:coverage - run tests and create code coverage reports

FAQs

Package last updated on 02 Sep 2022

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