We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 4 columns, instead of 3 in line 8.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name,Description,Link,Quick Start | |
barrier,Open-source KVM software,https://github.com/debauchee/barrier,apt install barrier | |
based.cooking,A simple culinary website,https://github.com/LukeSmithxyz/based.cooking,based.cooking | |
Bundlephobia,Find the cost of adding a npm package to your bundle,https://github.com/pastelsky/bundlephobia,https://bundlephobia.com | |
catt,Cast All The Things allows you to send videos from many online sources to your Chromecast,https://github.com/skorokithakis/catt,python3 -m pip install catt | |
clean-code-javascript,π Clean Code concepts adapted for JavaScript,https://github.com/ryanmcdermott/clean-code-javascript,https://github.com/ryanmcdermott/clean-code-javascript#introduction | |
entr,Run arbitrary commands when files change,https://github.com/eradman/entr,curl https://eradman.com/entrproject/code/entr-5.0.tar.gz -o entr-5.0 | |
flameshot,Powerful yet simple to use screenshot software π₯οΈ πΈ,https://github.com/flameshot-org/flameshot,apt install flameshot | |
fzf,πΈ A command-line fuzzy finder,https:/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
release: | |
name: Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
plugins: [ | |
require('tailwindcss'), | |
require('autoprefixer'), | |
...(process.env.NODE_ENV === 'production' ? [purgecss] : []) | |
] | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"paths": { | |
"@/*": [ | |
"src/*" | |
] | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
plugins: ['@typescript-eslint'], | |
parserOptions: { | |
parser: require.resolve('@typescript-eslint/parser'), | |
ecmaVersion: 2020 | |
}, | |
extends: [ | |
'eslint-config-standard', | |
'plugin:@typescript-eslint/eslint-recommended', | |
'plugin:@typescript-eslint/recommended' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$layout--breakpoints: ('xsmall': 480px, 'small': 640px, 'medium': 768px, 'large': 860px, 'xlarge': 1040px) !default; | |
@mixin respond-to($args...) { | |
@each $name in $args { | |
@if map-has-key($layout--breakpoints, $name) { | |
@media only screen and (min-width: #{map-get($layout--breakpoints, $name)}) { | |
@content; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Adjust version of Eric Meyers Browser Reset 2.0 | |
html, | |
body, | |
div, | |
span, | |
applet, | |
object, | |
iframe, | |
blockquote, | |
pre, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeScript 2 hrs 31 mins βββββββββββββββββββββ 17.6% | |
Other 2 hrs 30 mins βββββββββββββββββββββ 17.5% | |
HTML 2 hrs 14 mins βββββββββββββββββββββ 15.6% | |
Markdown 1 hr 58 mins βββββββββββββββββββββ 13.8% | |
JavaScript 1 hr 31 mins βββββββββββββββββββββ 10.7% |