/code-macros

A macro program that allows you to visually program macros

Primary LanguageVueGNU General Public License v3.0GPL-3.0

code-macros

A program that allows you to visually create macros to be run on your computer.

This is a work in progress!

This program works cross-platform (Windows and Linux currently, but I'm looking for a solution for MacOS).

Contributing

Contributions are always welcome! Feel free to open an issue or PR if you find anything wrong.

Developing

To install dependencies after cloning, simply run the following:
yarn install
And then run this command whenever you want to test in development:
yarn tauri:serve

Building

To build code-macros for your current platform, run this command:
yarn tauri:build