1.0.1 • Published 4 months ago
@treyhulse/synth v1.0.1
Synth
A modern TypeScript NPM package.
Installation
npm install synth
Usage
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
src
directory - Build the package:
npm run build
License
ISC