doamatto / phone-passcode-gen

A simple phone passcode generator built so I can have a random restrictions passcode.

Home Page:https://git.doamatto.xyz/phone-passcode-gen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passcode Generator CI

A simple passcode generator written in TypeScript with the most overkill compilation system ever.

Building

  1. Install Dart, Node, and Yarn
  2. Clone this repository (git clone https://github.com/doamatto/phone-passcode-gen)
  3. Install dependencies for Dart and Yarn (pub get and yarn)
  4. Build the Dart installer (dart compile exe build.dart)
  5. Build the SCSS and TS (yarn build:fast)

Upload the docs/ folder to your web server, or open it in your web browser to use.

About

A simple phone passcode generator built so I can have a random restrictions passcode.

https://git.doamatto.xyz/phone-passcode-gen/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 50.5%Language:SCSS 43.0%Language:Dart 6.5%