node-ts-package
v0.2.0
Published
A quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨
Downloads
3
Readme
Usage
npm i node-ts-package
import { greet } from "node-ts-package";
greet("Hello, world! 💖");
Contributors
💙 This package was templated with
create-typescript-app
.