Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

vangware/create-package

Repository files navigation

This repository's code was moved to lou.codes.


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