Virus5600 / Generators

Various generators that may or may not be useful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generators Icon

Generators

GitHub all releases License Latest Version Last Commit

About Generators

Contains various mini applications that helps complete various tasks. These various generators will be added overtime as required or deemed fit.

Current Applications

String Generator Generates random strings based on provided input
DTR Generator Helps generate a DTR easily

License

Generators is currently a personal software, intended for internal and personal use and thus, all sub-systems are designed for those purposes only.

Licensed under MIT, feel free to fork the project and modify parts as needed.

Installation

All installers are provided and are found under the "Releases" area of this repository. https://github.com/Virus5600/Generators/releases

Just download and run an installer to install Generators.

Running Locally

Requirements:

  • Node Package Manager (NPM) ^v9.6.6
  • Node ^v20.2.0

Instructions:

  1. [OPTIONAL] Fork the project over to your account.
  2. Clone the project to your local device.
  3. Open a terminal and make sure to have the requirements in the PATH variable.
  4. Run npm i to install all dependencies.
  5. Run npm run mix to compile assets.
  6. Run npm run dev to run the Electron application.
  7. Enjoy~

About

Various generators that may or may not be useful.

License:MIT License


Languages

Language:JavaScript 93.6%Language:HTML 3.9%Language:SCSS 2.5%