Skip to content

yyz945947732/generator-stupid

Repository files navigation

generator-stupid

generating a project with tsup, biome, vitest

Features

generating a tiny project use:

Installation

First, install Yeoman and generator-stupid using npm (we assume you have pre-installed node.js).

npm install -g yo generator-stupid

Then generate your new project:

yo stupid

What do you get?

Scaffolds out a complete generator directory structure for you:

.
├── .github/
│    └── workflows/
│         └── cov.yml
├── src/
│    └── index.ts
├── test/
│    └── index.test.ts
├── types/
│    └── index.d.ts          
├── .editorconfig
├── .gitignore
├── biome.json
├── LICENSE
├── package.json
├── README.md
├── tsconfig.json
├── tsup.config.ts
└── vitest.config.ts

LICENSE

MIT