Skip to content

Commit 4ae504e

Browse files
committed
Add tsl-masodon-cli-0.1.0.tgz
1 parent 32c9bd4 commit 4ae504e

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

Diff for: _data/tsl-mastodon-cli.csv

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version,checksum
2+
0.1.0,b95d059e5b6b1a26627f7d2d6d7bf7bc3d26fd9a

Diff for: index.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Mastodon
3636
[More](/package/tsl-mastodon-api.html))
3737
TypeScript library for the Mastodon API
3838

39+
- [tsl-mastodon-cli](/tsl-mastodon-cli/)
40+
([Download v{{ site.data.tsl-mastodon-cli[0].version }}](https://registry.npmjs.org/tsl-mastodon-cli/-/tsl-mastodon-cli-{{ site.data.tsl-mastodon-cli[0].version }}.tgz),
41+
[More](/package/tsl-mastodon-cli.html))
42+
TypeScript library of the Mastodon CLI
3943

4044

4145
Tools

Diff for: package/tsl-mastodon-cli.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[Mastodon TypeScript CLI](/tsl-mastodon-cli/)
2+
=============================================
3+
4+
<table>
5+
<thead>
6+
<tr>
7+
<th>Node.js Package</th>
8+
<th>SHA1 Checksum</th>
9+
</tr>
10+
</thead>
11+
<tbody>{% for item in site.data.tsl-mastodon-cli %}
12+
<tr>
13+
<td>
14+
<a href="https://registry.npmjs.org/tsl-mastodon-cli/-/tsl-mastodon-cli-{{ item.version }}.tgz">tsl-mastodon-cli-{{ item.version }}.tgz</a>
15+
</td>
16+
<td>
17+
{{ item.checksum }}
18+
</td>
19+
</tr>
20+
{% endfor %}</tbody>
21+
</table>

0 commit comments

Comments
 (0)