mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-06 01:06:59 +00:00
feat: readme and randomstring example
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# util-utils
|
||||
|
||||
`util-utils` means "útil" (useful in spanish) + utils (utilities).
|
||||
|
||||
This package is a zero-dependency everyday utility library for lazy Javascript developers.
|
||||
|
||||
# Features
|
||||
|
||||
Will be worked on progressively, but for now:
|
||||
|
||||
- [randomstring](https://github.com/SrIzan10/util-utils/tree/main/examples/randomstring.ts)
|
||||
4
examples/randomstring.ts
Normal file
4
examples/randomstring.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { randomString } from "../src/index.ts";
|
||||
|
||||
console.log(randomString(10));
|
||||
// => (random 10-character string)
|
||||
Reference in New Issue
Block a user