mirror of
https://github.com/toolleeo/cli-apps.git
synced 2024-11-19 03:25:36 +00:00
add: release-it
This commit is contained in:
parent
b61a42228f
commit
0e51561d81
@ -27,11 +27,11 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
|
|||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
To date, **709** apps/tools covered, divided in **43** categories.
|
To date, **710** apps/tools covered, divided in **43** categories.
|
||||||
|
|
||||||
# Index
|
# Index
|
||||||
|
|
||||||
[Backup](#backup) (8) | [Calculators](#calc) (6) | [Chat and instant messaging](#chat) (9) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (19) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (25) | [Programming](#programming) (24) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (31) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (16)
|
[Backup](#backup) (8) | [Calculators](#calc) (6) | [Chat and instant messaging](#chat) (9) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (19) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (25) | [Programming](#programming) (25) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (31) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (16)
|
||||||
|
|
||||||
Some links to [related resources](#resources).
|
Some links to [related resources](#resources).
|
||||||
|
|
||||||
@ -566,6 +566,7 @@ Calendar managers.
|
|||||||
* [Proji](https://github.com/nikoksr/proji) - Powerful cross-platform CLI project templating tool.
|
* [Proji](https://github.com/nikoksr/proji) - Powerful cross-platform CLI project templating tool.
|
||||||
* [pvcheck](https://github.com/claudio-unipv/pvcheck) - A tool to apply automated testing to programs that produce textual output. The format of the output is very specific, making pvcheck suitable to test programming quizzes.
|
* [pvcheck](https://github.com/claudio-unipv/pvcheck) - A tool to apply automated testing to programs that produce textual output. The format of the output is very specific, making pvcheck suitable to test programming quizzes.
|
||||||
* [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - CLI that generates beautiful README.md files.
|
* [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - CLI that generates beautiful README.md files.
|
||||||
|
* [release-it](https://github.com/webpro/release-it) - Automate releases for Git repositories and/or Node.js packages.
|
||||||
* [rr](https://github.com/rr-debugger/rr) - Debug the recording, deterministically, as many times as you want.
|
* [rr](https://github.com/rr-debugger/rr) - Debug the recording, deterministically, as many times as you want.
|
||||||
* [scc](https://github.com/boyter/scc) - Sloc Cloc and Code (scc) is a codebase statistics counter. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.
|
* [scc](https://github.com/boyter/scc) - Sloc Cloc and Code (scc) is a codebase statistics counter. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.
|
||||||
* [scons](https://github.com/SCons/scons) - Software construction tool.
|
* [scons](https://github.com/SCons/scons) - Software construction tool.
|
||||||
|
@ -708,3 +708,4 @@ webdev,surge,https://surge.sh,https://github.com/sintaxi/surge,Static web publis
|
|||||||
webdev,s3cmd,,https://github.com/s3tools/s3cmd,Command line tool for managing Amazon S3 and CloudFront services.
|
webdev,s3cmd,,https://github.com/s3tools/s3cmd,Command line tool for managing Amazon S3 and CloudFront services.
|
||||||
utility,flog,,http://github.com/mingrammer/flog,"A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog."
|
utility,flog,,http://github.com/mingrammer/flog,"A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog."
|
||||||
chat,PingMe,,https://github.com/kha7iq/pingme,"Sends messages or alerts to multiple messaging platforms & email, including Slack, Telegram, Mattermost, WeChat and others."
|
chat,PingMe,,https://github.com/kha7iq/pingme,"Sends messages or alerts to multiple messaging platforms & email, including Slack, Telegram, Mattermost, WeChat and others."
|
||||||
|
programming,release-it,,https://github.com/webpro/release-it,Automate releases for Git repositories and/or Node.js packages.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user