Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

covenengineering/vangware-create-package

Repository files navigation

Important

This library is deprecated. Go to coven.engineering to see what we are doing nowadays.


License NPM Version Open Issues

🚧 Vangware package scaffolder script.

What's included?

  • A GitHub scaffold to run tests and linting on every push.
  • VSCode configurations.
  • An example function with example tests.
  • A few shared Vangware dependencies.
  • Shared Vangware configurations.
  • A lot of assumptions for Vangware are done, so this might not be for you.

Usage

Run the following command:

pnpm create @vangware/package
# or
npm create @vangware/package
# or
yarn create @vangware/package

And follow the prompts.

Useful links