Skip to content

MyUnisoft/sigyn

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 3, 2025
Jul 11, 2024
Jan 5, 2025
Aug 11, 2023
Jul 16, 2023
Sep 23, 2024
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Jan 3, 2025
Nov 23, 2023
Aug 2, 2023
Jan 3, 2025
Jan 20, 2025
Jan 5, 2025
Jan 3, 2025
Nov 23, 2023
Jul 24, 2023

Repository files navigation

# Sigyn

license maintained ossf scorecard typescript esm-cjs

🚧 Requirements

πŸ“¦ Available packages

Click on one of the links to access the documentation of the package:

Core

name package and link
agent @sigyn/agent
config @sigyn/config

Utils

name package and link
logql @sigyn/logql
morphix @sigyn/morphix
pattern @sigyn/pattern

Notifiers

name package and link
notifiers @sigyn/notifiers
discord @sigyn/discord
slack @sigyn/slack
teams @sigyn/teams

These packages are available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @sigyn/agent
# or
$ yarn add @sigyn/agent

πŸ”¨ Build

To install and compile all workspaces, just run the following commands at the root

$ npm ci
$ npm run build

πŸ§ͺ Test

Run test for all workspaces

npm run test

Or running test of a single workspace

$ npm run test -w <workspace>

πŸ“€ Publishing package

Each package has its own prepublishOnly to build TypeScript source before publishing.

$ npm publish -w <workspace>

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):

PierreDemailly
PierreDemailly

πŸ’» πŸ“– 🚧 ⚠️
Thomas.G
Thomas.G

πŸ‘€ πŸ›‘οΈ
Yefis
Yefis

πŸ’»

License

MIT