@cxm6467/ai-interview-prep-core
v0.0.1
Published
Core utilities for AI interview preparation applications
Downloads
10
Maintainers
Readme
AI Interview Prep Core
A minimal TypeScript package template for AI interview preparation applications.
Installation
npm install ai-interview-prep-coreUsage
import { VERSION } from 'ai-interview-prep-core';
console.log(`Package version: ${VERSION}`);API
Constants
VERSION
string- Current package version
Development
# Install dependencies
npm install
# Build the package
npm run build
# Development mode (watch)
npm run dev
# Clean build artifacts
npm run cleanLicense
MIT
