Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.22 KB

npx-template

📦 📄 A modern template for authoring npx packages in TypeScript & ESM

Learn Full-Stack TypeScript

jsjoeio Twitter follower count

Usage

  1. Click "Use as template" or fork.

  2. Build your package

  3. Add NPM_TOKEN to repo secrets

  4. Push up and it will publish to npm

Testing Locally

To test locally, run pnpm build then node dist/cli.mjs.

Add spice

To spice up your npx package, we recommend checking out clack.

Inspiration

This project came out of a conversation with @nutlope after helping him build aicommits and some of my work on add-ts-jest.