Typescript ile npm package olusturmak ve yayinlamak
typescript, programming, npm
Typescript ile npm package olusturmak ve yayinlamak

Baslangic Kurulumu
Typescript ile npm paketi yayinlamak icin:
Burada
scope
kullanici adimiz olacak, benim icinyemreak
Package name ise
alfred5
olarak alindi kendi package name’inizi kullanmayi unutmayin
npm init --scope @yemreak
npm i -D typescript
Eger
jest
ile test yapacaksaniz
npm install -D jest ts-jest @types/jest
Projenin Kurulmasi

Projenin Yayinlanmasi

Ornek Proje
References
ChatGPT
PreviousVideo uzerinden sesi almak - Typescript - ffmpegNextngrok ile raspberrypi sunucusunu SSH üzerinden erişime açmak
Last updated
Was this helpful?