Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadashi-aikawa/owlelia

Utility for DDD 🦉
https://github.com/tadashi-aikawa/owlelia

Last synced: 25 days ago
JSON representation

Utility for DDD 🦉

Awesome Lists containing this project

README

        

# Owlelia

Utility for DDD 🦉

[![npm version](https://badge.fury.io/js/owlelia.svg)](https://badge.fury.io/js/owlelia)
[![Actions Status](https://github.com/tadashi-aikawa/owlelia/workflows/Tests/badge.svg)](https://github.com/tadashi-aikawa/owlelia/actions)
[![codecov](https://codecov.io/gh/tadashi-aikawa/owlelia/branch/master/graph/badge.svg)](https://codecov.io/gh/tadashi-aikawa/owlelia)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tadashi-aikawa/owlelia/blob/master/LICENSE)

logo

## Install

```console
npm i owlelia
```

## Sample

There are some sample codes which use _owlelia_ in `./sample`.

## For developers

### Setup

```bash
git config core.hooksPath hooks
```

### Requirements

- Node.js >= 22
- TypeScript >= 5.6

### Develop

```console
pnpm install
pnpm build
pnpm test
```

### Release

> [!TODO]