0.3.1 • Published 12 months ago

generator-mistery v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

generator-mistery

NPM version build status npm download

Scaffold a simple Typescript project using Vitest

npm i yo generator-mistery -g
yo mistery

Scaffold looks like this:

.
├── .config
│   ├── .eslintrc.json
│   ├── .prettierrc.json
│   ├── tsconfig.cjs.json
│   ├── tsconfig.esm.json
│   ├── tsconfig.json
│   └── vite.config.ts
├── .github
│   └── workflows
│       ├── nodejs-ts.yml
│       ├── nodejs.yml
│       ├── release.yml
│       └── typedoc.yml
├── .gitignore
├── LICENSE
├── package.json
├── README.md
└── src
    ├── index.test.ts
    └── index.ts

MIT LICENSE

~

0.3.1

12 months ago

0.3.0

12 months ago

0.2.0

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago