mysteryven / nodejs-cmd-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs cmd template

Use this template

npm i -g degit 
degit https://github.com/mysteryven/nodejs-cmd-template projectName

Preview

pnpm i
pnpm build
node dist/index.js my name is mysteryzzz

Test

I only add vitest, but not found a straightforward way to test command.

// TODO
pnpm test

Tools

  1. cac
  2. tsup
  3. vitest

About

License:MIT License


Languages

Language:TypeScript 86.1%Language:JavaScript 13.9%