@tuit/cli
v0.0.1-alpha.0
Published
Temporary TypeScript-only utility 'ttui' (for npm publishing)
Downloads
13
Readme
ttui (temporary)
Minimal TypeScript-only utility package created as a temporary npm publish target.
Installation
Install from local path or after publishing to npm:
npm install ttuiUsage
import { say } from 'ttui';
console.log(say('hello'));Build
npm install
npm run buildNotes
This package is intentionally small and meant as a placeholder for publishing. Replace the implementation with your real code before releasing.
