0.0.7 • Published 2 years ago

generator-stupid v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago