Skip to content

Instantly share code, notes, and snippets.

View neox5's full-sized avatar

Christian Faustmann neox5

  • Vienna, Austria
View GitHub Profile
@neox5
neox5 / HOWTOTSLIB.md
Last active November 5, 2023 05:01
How to create a npm Typescript library with tests

How to create a TypeScript library (Setup, Prettier, ESLint, Jest, Publish)

TLDR;

Follow steps below. For more information checkout the references.

If something is missing or you find any mistakes, please let me know in the comments below.

@neox5
neox5 / ttt-pipeline.yaml
Created October 9, 2020 15:22
Azure DevOps pipeline for an automated performance test
trigger:
- none
pool:
vmImage: 'ubuntu-20.04'
parameters:
- name: runLoadTest
type: boolean
default: true