@wingify/util-check-license-header
v0.1.0
Published
VWO Check License header utility for Feature Management and Experimentation
Readme
@wingify/util-check-license-header
VWO Check License Header Utility for Feature Management and Experimentation.
Features
- License checking utility
- TypeScript support
- Lightweight and fast
Installation
This package is part of the vwo-fme-js-packages monorepo. To install dependencies, run from the monorepo root:
pnpm installTo build this package:
pnpm --filter @wingify/util-check-license-header buildUsage
import { _ } from '@wingify/util-check-license-header';
console.log(_);Scripts
pnpm build– Build the packagepnpm test– Run testspnpm test:watch– Run tests in watch modepnpm test:coverage– Run tests with coverage
