Skip to content

MyUnisoft/sigyn

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