npm-pub-ts-starter

Stars
5

Very miminal NPM package starter

just spamming the npm reg as JS fanbody :)

Installation Guide

  1. Install the dependencies
pnpm install
  1. Build and run the ts file
pnpm build && pnpm start

or you can add script on package.json that uses this command with a single alias.

  1. Remotely login to npm registry
npm login

  1. Publish to npm registry
npm publish