Skip to content

Instantly share code, notes, and snippets.

@brillout
Last active May 17, 2024 16:00
Show Gist options
  • Save brillout/b4b2a2547a9b8111f9c3fc8cb5e7bafd to your computer and use it in GitHub Desktop.
Save brillout/b4b2a2547a9b8111f9c3fc8cb5e7bafd to your computer and use it in GitHub Desktop.
Lines of Code `vike-vue`

Lines of Code vike-vue

Result: 687 (Mai 2024).

Reproduce:

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

Same but as copy-pastable singe-line:

git clone git@github.com:vikejs/vike-vue && cd vike-vue/packages/vike-vue && 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