An open API service indexing awesome lists of open source software.

https://github.com/pmatatias/ck-linecode

repo for 100k line code learned progress
https://github.com/pmatatias/ck-linecode

Last synced: 7 months ago
JSON representation

repo for 100k line code learned progress

Awesome Lists containing this project

README

        

# ck_linecode

This repository contains raw code from some of my experiments with flutter and dart.

count code changes:

```
git diff --shortstat some-branch
```

count total:
```
git diff --shortstat 4b825dc642cb6eb9a060e54bf8d69288fbee4904
```

```
git diff --stat 4b825dc642cb6eb9a060e54bf8d69288fbee4904
```