1.0.1 • Published 4 months ago

@treyhulse/synth v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

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

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Make your changes in the src directory
  4. Build the package:
    npm run build

License

ISC

1.0.1

4 months ago

1.0.0

4 months ago