A starter template for building CLI scripts with Node.js and TypeScript powered by Vite, Vite-Node, and Vitest.
This template does not provide a way to bundle the app for distribution. It is meant to be used for learning and prototyping or for building tools that are not meant to be distributed.
node
(tested withv18.13.0
)yarn
(tested with1.22.19
)
yarn install
yarn start --say "Hello, World"
See package.json
for all available scripts.