Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.67 KB

Vite Plugin CSP Guard

npm version npm downloads npm weekly downloads License GitHub stars

This is a monorepo for the Vite Plugin CSP Guard.

What's inside?

All the apps under /apps are used to test the plugin.

All the packages under /packages include the packages im building, as well as some utilities.

Documentation you might be looking for

Vite Plugin CSP Guard - Available here

Getting Started

corepack enable pnpm install

Adding New Vite Applications

To create a new Vite application in the monorepo, use the custom Turborepo generator:

npx turbo gen vite-app

This generator will:

  1. Create a new Vite application using your selected framework in the apps directory
  2. Connect it to the monorepo's shared TypeScript and ESLint configurations
  3. Add convenient scripts to the root package.json

See the generator documentation for more details.

Contributing -- Coming Soon