- npm v7+ for workspaces
Click on one of the links to access the documentation of the package:
name | package and link |
---|---|
agent | @sigyn/agent |
config | @sigyn/config |
name | package and link |
---|---|
logql | @sigyn/logql |
morphix | @sigyn/morphix |
pattern | @sigyn/pattern |
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
To install and compile all workspaces, just run the following commands at the root
$ npm ci
$ npm run build
Run test for all workspaces
npm run test
Or running test of a single workspace
$ npm run test -w <workspace>
Each package has its own prepublishOnly
to build TypeScript source before publishing.
$ npm publish -w <workspace>
Thanks goes to these wonderful people (emoji key):
PierreDemailly 💻 📖 🚧 |
Thomas.G 👀 🛡️ |
Yefis 💻 |
MIT