|
1 | 1 | { |
2 | | - "$schema": "./links.schema.json", |
| 2 | +"$schema": "./links.schema.json", |
3 | 3 | "items": [ |
4 | 4 | { |
5 | 5 | "name": "Managing projects", |
|
222 | 222 | { |
223 | 223 | "title": "BundlePhobia", |
224 | 224 | "url": "https://bundlephobia.com", |
225 | | - "description": "Check impact of npm packages at bundle size.", |
| 225 | + "description": "Check bundle size of npm packages.", |
226 | 226 | "searchUrl": "https://bundlephobia.com/result?p={search}", |
227 | 227 | "searchConcat": "%20" |
228 | 228 | }, |
| 229 | + { |
| 230 | + "title": "bundlejs", |
| 231 | + "url": "https://bundlejs.com", |
| 232 | + "description": "A npm package size checker." |
| 233 | + }, |
| 234 | + { |
| 235 | + "title": "up-to.date/?", |
| 236 | + "url": "https://up-to.date", |
| 237 | + "description": "Check which version of a package or software is the latest." |
| 238 | + }, |
229 | 239 | { |
230 | 240 | "title": "gitignore.io", |
231 | 241 | "url": "https://www.toptal.com/developers/gitignore", |
|
689 | 699 | "url": "https://lodash.com", |
690 | 700 | "icon": "lodash", |
691 | 701 | "color": "#3492ff" |
| 702 | + }, |
| 703 | + { |
| 704 | + "title": "Autoprefixer", |
| 705 | + "url": "https://github.com/postcss/autoprefixer", |
| 706 | + "description": "Library that automatically insert browser prefixes into your CSS.", |
| 707 | + "icon": "autoprefixer", |
| 708 | + "color": "#DD3735" |
692 | 709 | } |
693 | 710 | ] |
694 | 711 | }, |
|
1513 | 1530 | "icon": "go", |
1514 | 1531 | "color": "#00ADD8" |
1515 | 1532 | }, |
| 1533 | + { |
| 1534 | + "title": "Pycoder's Weekly", |
| 1535 | + "url": "https://pycoders.com", |
| 1536 | + "icon": "python", |
| 1537 | + "color": "#3776AB" |
| 1538 | + }, |
| 1539 | + { |
| 1540 | + "title": "Postgres Weekly", |
| 1541 | + "url": "https://postgresweekly.com", |
| 1542 | + "icon": "postgresql", |
| 1543 | + "color": "#4169E1" |
| 1544 | + }, |
1516 | 1545 | { |
1517 | 1546 | "title": "daily.dev", |
1518 | 1547 | "url": "https://daily.dev" |
|
0 commit comments