@haibun/utils
v1.40.9
Published
You can scaffold Haibun into an existing or new project using `npx -p @haibun/utils scaffold`. This will add the core library, Typescript and unit test support (if missing), steppers, a placeholder library, and tests. It won't overwrite existing files.
Downloads
22
Readme
Scaffolding
You can scaffold Haibun into an existing or new project using npx -p @haibun/utils scaffold
.
This will add the core library, Typescript and unit test support (if missing),
steppers, a placeholder library, and tests.
It won't overwrite existing files. It presumes a src
folder for source files.