0.0.7 • Published 7 months ago

generator-stupid v0.0.7

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

generator-stupid

generating a project with tsup, biome, vitest

Features

generating a tiny project use:

  • 🚀 vitest for test.
  • 🦌 biome for format, lint.
  • 📦 tsup for build.

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

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago