Age | Commit message (Collapse) | Author |
|
Add more chars...
|
|
Add missing special ASCII chars.
|
|
Add test case for when you call with 0 length or no option (upper case,
lower case, number and special).
|
|
Add testing for `generate` rust function.
That function is pretty much the whole bussiness logic of the
application and as far as I can see the only one worth testing.
|
|
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.
|