@yantrix/core
v0.3.0
Published
>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.
Keywords
Readme
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 package for the Yantrix project, that contains everything necessary to quickly and easily start creating your own FSMs - CLI, code generation functions, built-in functions, etc.
Core bundle includes the following packages:
- @yantrix/cli
- @yantrix/codegen
- @yantrix/automata
- @yantrix/functions
- @yantrix/utils
📖 Usage
Install the primary package using your preferred package manager. All the secondary dependencies will be installed automatically.
# Via NPM
$ npm install @yantrix/core
# Via Yarn
$ yarn add @yantrix/core
# Via PNPM
$ pnpm install @yantrix/core
# ✨ Auto-detection
$ npx nypm install @yantrix/coreWe suggest using
pnpm
Then, see the docs:
🌱 Contributing
See Contributing
📜 License
Made with 💜. Published under MIT License.
