Jackllllll / starter-node-command

a template for node command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a node command template


install

pnpm i

开发

pnpm dev

构建

pnpm build

单测

pnpm test

运行

// 创建全局包的链接
pnpm link --global 
// 执行包的命令
starter-node-command  -v or starter-node-command 

About

a template for node command


Languages

Language:TypeScript 71.5%Language:JavaScript 28.5%