@yantrix/functions
Version:
Typescript built-ins for Yantrix framework
22 lines (15 loc) • 1.68 kB
Markdown
# `@yantrix/functions`
>Yantrix is a _(mostly)_ TypeScript framework and a DSL, that make up a full instrumental chain to implement robust and self-documented functional applications by code generation in multiple programming languages.
Built-in function library for [Yantrix](https://tfcp68.github.io/yantrix/) framework that provides essential operations like arithmetic, array, string and logical functions for use in FSM's state transitions and data processing.
Most likely, this package should be installed as a secondary dependency of [@yantrix/automata](https://www.npmjs.com/package/@yantrix/automata) package
<p>
<a href="https://github.com/tfcp68/yantrix/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/tfcp68/yantrix" alt="license"></a>
<a href="https://github.com/tfcp68/yantrix/actions/workflows/tests.yml" target="_blank"><img src="https://github.com/tfcp68/yantrix/actions/workflows/tests.yml/badge.svg" alt="ci"></a>
<a href="https://www.npmjs.com/package/@yantrix/functions"><img src="https://img.shields.io/npm/v/@yantrix/functions.svg?maxAge=3600" alt="npm version" /></a>
<a href="https://www.npmjs.com/package/@yantrix/functions"><img src="https://img.shields.io/npm/dt/@yantrix/functions.svg?maxAge=3600" alt="npm downloads" /></a>
<a href="https://codecov.io/gh/tfcp68/yantrix" target="_blank"><img src="https://img.shields.io/codecov/c/gh/tfcp68/yantrix/main" alt="coverage"></a>
<img src="https://img.shields.io/github/stars/tfcp68/yantrix" alt="stars">
</p>
## [🌱 Contributing](https://tfcp68.github.io/yantrix/contributing/)
## 📜 License
Made with 💜. Published under [MIT License](./LICENSE).