Skip to content

lud77/Factorize

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Factorize

A node-based no-code automation app
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Factorize Screen Shot

Factorize is a node-based no-code platform for doing automation the easy way. Given the proliferation of node-based UI for scripting any kind of software tool, it should be easy for anybody to recognize what Factorize is and how it works.

Factorize allows you to script your entire system! With Factorize you can easily design complex routines without using a scripting language.

Chosse from any of tens of inputs, outputs and actions, and start experimenting!

(back to top)

Built With

React Electron Typescript

(back to top)

Getting Started

The project is still a work-in-progress, but here you can find instructions on how to install the project on your machine and try it out or make changes.

Installation

To install with yarn:

$ git clone git@github.com:lud77/Factorize.git
$ cd Factorize
$ yarn

(back to top)

Usage

To start the dev version just enter the project folder and run:

$ npm run dev

To send a message to a socket-listener panel, use:

$ node bin/send --topic XXXX --message YYYY

where XXXX is the name of the panel's channel and YYYY is the actual message

(back to top)

Roadmap

See TODO.md for a list of planned features and changes.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPLv3 License. See LICENSE.txt for more information.

(back to top)

Contact

Stefano Butera
Linkedin: Stefano Butera
Mastodon: @stefano_butera

Factorize
Github: lud77/Factorize
Mastodon: @factorize

(back to top)