create-etsc-jest

1.0.4 • Public • Published

create-etsc-jest

Usage

Using PNPM

pnpm init etsc-jest
# or
pnpx create-etsc-jest

Using npm

npm init etsc-jest
# or
npx create-etsc-jest

API

--help screenshot

Templates

Base

TypeScript package using esbuild + esbuild-node-tsc + nodemon for development, and concurrently checking types with tsc.

Testing with Jest, using esbuild to transform the tests optimally.

Building normally with tsc for declaration files.

Build

pnpm build
# or
npm run build

Development

pnpm dev
# or
npm run dev

Test

pnpm test
# or
npm test

## Watching mode

pnpm test -- --watch
#or
npm test -- --watch

Package Sidebar

Install

npm i create-etsc-jest

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

12.3 kB

Total Files

22

Last publish

Collaborators

  • pablosz