1.0.1 • Published 9 months ago
@treyhulse/synth v1.0.1
Synth
A modern TypeScript NPM package.
Installation
npm install synthUsage
import { greet } from 'synth';
const greeting = greet('World');
console.log(greeting); // Output: Hello, World!Development
- Clone the repository
- Install dependencies:
npm install - Make your changes in the
srcdirectory - Build the package:
npm run build
License
ISC