Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🦉
- Host: GitHub
- URL: https://github.com/tadashi-aikawa/owlelia
- Owner: tadashi-aikawa
- License: mit
- Created: 2020-03-29T10:33:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T03:06:05.000Z (about 2 months ago)
- Last Synced: 2024-09-19T05:58:09.473Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 801 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)## 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]