@morda-dev/project-template
v0.1.1
Published
Production-ready TypeScript SDK template with a strict public API
Readme
@morda-dev/project-template
Production-ready TypeScript SDK template with a strict public API, CI/CD, and best practices baked in.
Installation
`ash npm install @morda-dev/project-template import { getUser } from '@morda-dev/project-template';
const user = getUser(1); console.log(user);
