@yantrix/utils
Version:
Shared code for Yantrix framework
22 lines (15 loc) • 1.66 kB
Markdown
# `@yantrix/utils`
>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.
Core utility functions for the [Yantrix](https://github.com/tfcp68/yantrix/) framework providing type casting, random data generation (fixtures), isomorphic operations, predicates, and shared TypeScript types used across the framework packages.
Most likely this package should be installed as a secondary dependency of other [@yantrix](https://www.npmjs.com/search?q=%40yantrix) packages
<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/utils"><img src="https://img.shields.io/npm/v/@yantrix/utils.svg?maxAge=3600" alt="npm version" /></a>
<a href="https://www.npmjs.com/package/@yantrix/utils"><img src="https://img.shields.io/npm/dt/@yantrix/utils.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).