Skip to content

Instantly share code, notes, and snippets.

@brillout
Created May 18, 2024 06:06
Show Gist options
  • Save brillout/e2134686d682e9a450e10e95f1ff570b to your computer and use it in GitHub Desktop.
Save brillout/e2134686d682e9a450e10e95f1ff570b to your computer and use it in GitHub Desktop.
Lines of Code `vike-solid`

Lines of Code vike-solid

Result: 542 (Mai 2024).

Reproduce:

$ git clone git@github.com:vikejs/vike-solid
$ cd vike-solid/vike-solid/
$ git ls-files | egrep 'tsx?$' | xargs cat | wc
687

Same but as copy-pastable singe-line:

git clone git@github.com:vikejs/vike-solid && cd vike-solid/vike-solid && git ls-files | egrep 'tsx?$' | xargs cat | wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment