Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-25 | feat: Add options for password generator | gabrielgio | |
Add new options to generate a passowrd: - upper letters - lower letters - numbers - special Special needs to be worked on still, as probably there are some char missing. | |||
2022-03-25 | ref: Add actual pass generator function | gabrielgio | |
Modify `generate` function to actually generate usable. | |||
2022-03-25 | feat: Add initial draft for rust wasm | gabrielgio | |
It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it. |