Topic

ci

Collection size
2 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Sep 2, 2024 · Backend Development

How to Publish a Fully Production‑Ready npm Package from Scratch

This step‑by‑step guide shows how to initialize a Git repository, configure TypeScript, Prettier, Vitest, CI with GitHub Actions, set up package metadata, use Changesets for versioning, and finally build and publish a production‑ready npm package.

GitHub Actionscinpm
0 likes · 19 min read
How to Publish a Fully Production‑Ready npm Package from Scratch
Code Mala Tang
Code Mala Tang
Aug 29, 2024 · Backend Development

How to Publish a Fully Production‑Ready TypeScript Package to npm

This step‑by‑step guide shows how to create, configure, test, and publish a TypeScript npm package using Git, Prettier, tsup, Vitest, GitHub Actions CI, and Changesets for versioning and release automation.

GitHub Actionscinpm
0 likes · 25 min read
How to Publish a Fully Production‑Ready TypeScript Package to npm