1.0.0 • Published 10 months ago

@periakteon/ts-lombok v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Lombok for TypeScript

Similar to Lombok in Java, but for TypeScript.

Installation

npm install @periakteon/ts-lombok
# or
yarn add @periakteon/ts-lombok
# or
pnpm add @periakteon/ts-lombok

Usage

import { greet } from '@periakteon/ts-lombok';

console.log(greet('World')); // Output: Hello, World!

Development

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start development:
    npm run dev
  4. Build the package:
    npm run build

Scripts

  • npm run build - Build the package
  • npm run dev - Watch mode for development
  • npm run test - Run tests
  • npm run lint - Lint code
  • npm run format - Format code

License

MIT

1.0.0

10 months ago

0.1.0

10 months ago