11# Lorelai
22
3- [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/UltiRequiem /lorelai )] ( https://pkg.go.dev/github.com/UltiRequiem /lorelai )
4- ![ CodeQL] ( https://github.com/UltiRequiem /lorelai/workflows/CodeQL/badge.svg )
5- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/UltiRequiem /lorelai )] ( https://goreportcard.com/report/github.com/UltiRequiem /lorelai )
3+ [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/bobadilla-tech /lorelai )] ( https://pkg.go.dev/github.com/bobadilla-tech /lorelai )
4+ ![ CodeQL] ( https://github.com/bobadilla-tech /lorelai/workflows/CodeQL/badge.svg )
5+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bobadilla-tech /lorelai )] ( https://goreportcard.com/report/github.com/bobadilla-tech /lorelai )
66
77A [ package] ( #documentation ) and [ command line tool] ( #cli-tool ) to generate
88[ Lorem ipsum] ( https://en.wikipedia.org/wiki/Lorem_ipsum ) .
@@ -11,12 +11,12 @@ A [package](#documentation) and [command line tool](#cli-tool) to generate
1111
1212[ Blog explaining this package] ( https://ultirequiem.hashnode.dev/lorelai )
1313
14- Checkout the code coverage at: https://ulti.js.org /lorelai
14+ Checkout the code coverage at: https://bobadilla-tech.github.io /lorelai/#file0
1515
1616## Install
1717
1818``` bash
19- go get github.com/UltiRequiem /lorelai/pkg
19+ go get github.com/bobadilla-tech /lorelai/pkg
2020```
2121
2222## Examples
@@ -47,47 +47,47 @@ For more examples check the [examples directory](./example/main.go).
4747
4848This package exports 8 functions:
4949
50- - [ Word] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/root.go#L29 ) :
50+ - [ Word] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/root.go#L29 ) :
5151 Returns 1 Word
5252
5353E.g: "sodales", "phasellus" , "diam", etc.
5454
55- - [ Sentence] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/root.go#L34 ) :
55+ - [ Sentence] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/root.go#L34 ) :
5656 Returns 8 Words
5757
5858E.g: "Varius sed imperdiet amet laoreet ex sapien placerat.", etc.
5959
60- - [ Paragraph] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/root.go#L39 ) :
60+ - [ Paragraph] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/root.go#L39 ) :
6161 Returns 45 Words
6262
6363E.g: "Nisi lacinia ante non nunc eros nibh mattis enim orci ante in ornare
6464accumsan iaculis vel..."
6565
66- - [ FormattedLoremWords] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/root.go#L24 ) :
66+ - [ FormattedLoremWords] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/root.go#L24 ) :
6767 It receives a number and returns a string with the number of words you have
6868 indicated. The first letter will be capital and the sentence will end with a
6969 dot.
7070
7171E.g: "Libero malesuada duis massa luctus.", "Curabitur hendrerit sed.",
7272"Ligula.", etc.
7373
74- - [ LoremWords] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/root.go#L10 ) :
74+ - [ LoremWords] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/root.go#L10 ) :
7575 It receives a number and returns a string with the number of words you have
7676 indicated.
7777
7878E.g: "arcu", "blandit porttitor a scelerisque", "donec justo lacinia", etc.
7979
80- - [ Domain] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/convenience.go#L10 ) :
80+ - [ Domain] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/convenience.go#L10 ) :
8181 Returns a domain
8282
8383E.g: "neque.net", "arcu.org" , "lorem.io", etc.
8484
85- - [ URL] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/convenience.go#L17 ) :
85+ - [ URL] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/convenience.go#L17 ) :
8686 Returns an URL
8787
8888E.g: "https://pellentesque.org ", "https://id.io " , "https://efficitur.com ", etc.
8989
90- - [ Email] ( https://github.com/UltiRequiem /lorelai/blob/main/pkg/convenience.go#L22 ) :
90+ - [ Email] ( https://github.com/bobadilla-tech /lorelai/blob/main/pkg/convenience.go#L22 ) :
9191 Returns an email address
9292
9393E.g: "bibendum@id.pe ", "ornare@duis.pe " , "quisque@faucibus.org ", etc.
@@ -97,11 +97,11 @@ E.g: "bibendum@id.pe", "ornare@duis.pe" , "quisque@faucibus.org", etc.
9797### Installation
9898
9999``` bash
100- go install github.com/UltiRequiem /lorelai@latest
100+ go install github.com/bobadilla-tech /lorelai@latest
101101```
102102
103103Or use a binary from
104- [ releases] ( https://github.com/UltiRequiem /lorelai/releases/latest ) .
104+ [ releases] ( https://github.com/bobadilla-tech /lorelai/releases/latest ) .
105105
106106### Usage
107107
@@ -134,7 +134,7 @@ If you don't pass any flag or you pass the help flag:
134134 lorelai -w 55 -s 5 # Will print 55 words and 5 sentences
135135
136136 If you need more help, found a bug or want to suggest a new feature:
137- https://github.com/UltiRequiem /lorelai
137+ https://github.com/bobadilla-tech /lorelai
138138```
139139
140140## Contributing
0 commit comments