Skip to content

Commit

Permalink
Add new links
Browse files Browse the repository at this point in the history
Add links:
- bundlejs
- up-to.date
- Autoprefixer
- Pycoder's Weekly
- Postgres Weekly
  • Loading branch information
alinnert authored Aug 8, 2022
1 parent c189617 commit 0fff003
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions src/links.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./links.schema.json",
"$schema": "./links.schema.json",
"items": [
{
"name": "Managing projects",
Expand Down Expand Up @@ -222,10 +222,20 @@
{
"title": "BundlePhobia",
"url": "https://bundlephobia.com",
"description": "Check impact of npm packages at bundle size.",
"description": "Check bundle size of npm packages.",
"searchUrl": "https://bundlephobia.com/result?p={search}",
"searchConcat": "%20"
},
{
"title": "bundlejs",
"url": "https://bundlejs.com",
"description": "A npm package size checker."
},
{
"title": "up-to.date/?",
"url": "https://up-to.date",
"description": "Check which version of a package or software is the latest."
},
{
"title": "gitignore.io",
"url": "https://www.toptal.com/developers/gitignore",
Expand Down Expand Up @@ -689,6 +699,13 @@
"url": "https://lodash.com",
"icon": "lodash",
"color": "#3492ff"
},
{
"title": "Autoprefixer",
"url": "https://github.com/postcss/autoprefixer",
"description": "Library that automatically insert browser prefixes into your CSS.",
"icon": "autoprefixer",
"color": "#DD3735"
}
]
},
Expand Down Expand Up @@ -1513,6 +1530,18 @@
"icon": "go",
"color": "#00ADD8"
},
{
"title": "Pycoder's Weekly",
"url": "https://pycoders.com",
"icon": "python",
"color": "#3776AB"
},
{
"title": "Postgres Weekly",
"url": "https://postgresweekly.com",
"icon": "postgresql",
"color": "#4169E1"
},
{
"title": "daily.dev",
"url": "https://daily.dev"
Expand Down

0 comments on commit 0fff003

Please sign in to comment.