Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nvim | 425 | 6 days ago | mit | Lua | ||||||
Straightforward and pure Lua based Neovim configuration for my work as DevOps/Cloud Engineer with batteries included for Python, Golang, Rust, and, of course, YAML | ||||||||||
Dot | 192 | 8 days ago | 35 | apache-2.0 | Shell | |||||
Migrating to z Bonzai stateful command tree monolith | ||||||||||
.ooo. | 72 | 15 days ago | Shell | |||||||
dot files configuration (macOS & Linux), surfingkeys / tmux / screen / ideavimrc / phoenix / etc. | ||||||||||
Singularis | 52 | a day ago | mit | Lua | ||||||
My System Configuration ⚙️ | ||||||||||
Dotfiles | 49 | 10 days ago | Emacs Lisp | |||||||
Yet another dotfile-repository | ||||||||||
All Shields Cli | 24 | 4 | a year ago | 8 | April 24, 2021 | 4 | other | TypeScript | ||
🦌 Tool to help automate your badges from dotfiles for your markdown. | ||||||||||
Dotfiles | 16 | a month ago | Shell | |||||||
Jordan's dotfiles | ||||||||||
Setting Up An Open Source Project | 13 | a year ago | ||||||||
:repeat: Setting Up An Open Source Project | ||||||||||
Dotfiles | 12 | 19 days ago | Shell | |||||||
My dotfiles on macOS | ||||||||||
Dotfiles | 9 | 3 years ago | apache-2.0 | Shell | ||||||
Tool to help automate your badges of shields.io, badgen.net, fury.io, github action and snyk.io from .all-shieldsrc
dotfile for your markdown files. You can use Liquid variables like {{name}}
or {{version}}
which refer to your package.json
. Inspired by all-contributors-cli
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!
npm install @ptkdev/all-shields-cli --save-dev
package.json
add script: ...
"scripts": {
"all-shields-generate": "all-shields-cli"
}
...
.all-shieldsrc
and paste sample:{
"files": ["README.md"],
"shields": [
{
"id": "my-badges",
"badges": [
{
"url": "https://www.npmjs.com/package/@ptkdev/all-shields-cli",
"color": "#D3D3D3",
"label": "package name",
"title": "package name",
"message": "{{name}}",
"style": "flat",
"logo": "",
"platform": "shields"
}
]
}
]
}
README.md
the html comment (my-badges
is id
from the previous step):<!-- all-shields/my-badges:START -->
<!-- all-shields/my-badges:END -->
npm run all-shields-generate
See folder examples
, run with npm run example
. Below is available a description of options
values.
npm install @ptkdev/all-shields-cli -g
all-shields-cli
You can use npx, example: npx @ptkdev/all-shields-cli
In your .all-shieldsrc
dotfile you can use liquid variables like {{name}} or {{version}} which refer to your package.json
. Key of package.json
is name of liquid variable {{key_from_package.json}}
npm install husky --save-dev
(docs)npx husky install
npx husky add .husky/pre-commit "npm run all-shields-generate"
Parameter | Description | Values | Default value | Available on platforms | Available since |
---|---|---|---|---|---|
platform | Define platform |
discord / shields / fury / snyk / badgen / github
|
shields |
v1.0.0 | |
custom | Set custom string of image url (appended after domain url of badge service) | string |
empty |
discord , shields , fury , snyk , badgen , github
|
v1.1.0 |
url | If you click on badge open this url | URI |
empty |
discord , shields , fury , snyk , badgen , github
|
v1.0.0 |
color | Badge hexcode color (right side). NOTE: Overwrited if custom is set. |
string / hexcode
|
lightgray |
shields , badgen
|
v1.0.0 |
label | Badge text (left side). NOTE: Overwrited if custom is set. |
string |
empty |
shields , badgen
|
v1.0.0 |
title | Mouse hover alt text | string |
empty |
discord , shields , fury , snyk , badgen , github
|
v1.0.0 |
message | Badge text (right side). NOTE: Overwrited if custom is set. |
string |
empty |
discord , shields , fury , snyk , badgen , github
|
v1.0.0 |
style | Look of badge. NOTE: Overwrited if custom is set. |
plastic / flat / flat-square / for-the-badge / social
|
flat |
shields |
v1.0.0 |
logo | Show logo (left side). NOTE: Overwrited if custom is set. |
shields: bitcoin , dependabot , discord , gitlab , npm , paypal , serverfault , stackexchange , superuser , telegram , travis and more on docs. badgen: airbnb , apple , appveyor , atom , awesome , azure , azurepipelines , bitcoin , buymeacoffee , chrome , circleci , cocoapods , codacy , codebeat , codeclimate , codecov , codeship , commonwl , deepscan , dependabot , discord , dockbit , docker , eclipse , firefox , flow , git , github , gitlab , gitter , googleplay , graphql , haskell , jsdelivr and more on docs
|
empty |
shields , badgen
|
v1.0.0 |
server_id | if platform is discord, set your discord server_id | DISCORD_SERVER_ID |
empty | discord |
v1.0.0 |
npm run init
npm run build && npm run link
(unix require sudo
)all-shields-cli
anywhere for execute command line toolor run npm run dev
for watch mode.
Run npm run docs
Thanks to all our backers! Donate 3$ or more on paypal, ko-fi, github or patreon and send me email with your avatar and url.
I contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk Rzucido |
di4urp |
In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!