File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## NodeJS
8
8
9
+ https://www.npmjs.com/package/cfonts
10
+ https://yarnpkg.com/package?name=cfonts
11
+
9
12
Just publish via npm:
10
13
11
14
``` sh
@@ -22,6 +25,9 @@ Make sure you tag each release with `vx.x.xrust`.
22
25
23
26
### Crates.io
24
27
28
+ https://crates.io/crates/cfonts
29
+ https://docs.rs/cfonts/latest/cfonts/index.html
30
+
25
31
We have to use the flag ` --allow-dirty ` since we include build artifacts like ` fonts/* ` and ` /LICENSE `
26
32
27
33
``` sh
@@ -30,6 +36,8 @@ We have to use the flag `--allow-dirty` since we include build artifacts like `f
30
36
31
37
### Homebrew
32
38
39
+ https://formulae.brew.sh/formula/cfonts
40
+
33
41
https://docs.brew.sh/Manpage#bump-formula-pr-options-formula
34
42
35
43
> The cfonts formula has its version update pull requests automatically opened by ` BrewTestBot ` every ~ 3 hours!
@@ -48,6 +56,8 @@ Download the `tar.gz` file from the GitHub release tag and run `openssl dgst -sh
48
56
49
57
### AUR
50
58
59
+ https://aur.archlinux.org/packages/cfonts
60
+
51
61
Repo: https://aur.archlinux.org/cfonts.git
52
62
53
63
Reference: https://wiki.archlinux.org/title/PKGBUILD
@@ -86,10 +96,14 @@ Note: `pkgrel` starts with `1`
86
96
87
97
### Fedora
88
98
99
+ https://packages.fedoraproject.org/pkgs/rust-cfonts/cfonts/
100
+
89
101
New versions are added automatically.
90
102
91
103
### Macports
92
104
105
+ https://ports.macports.org/port/cfonts/
106
+
93
107
Fork https://github.com/macports/macports-ports .
94
108
Reference PR: https://github.com/macports/macports-ports/pull/15303 and https://github.com/macports/macports-ports/pull/15130
95
109
You can’t perform that action at this time.
0 commit comments