Skip to content

starter-monorepoMonorepo Starter Template

TypeScript Monorepo Starter with VitePress Documentation

Quick Start โ€‹

npm version

npm downloads

bundle

License

bash
pnpm add pkg-placeholder
typescript
import { one, two } from 'pkg-placeholder'

console.log(one, two) // 1 2

Released under the MIT License.