string-le 0.2.2

Extract every string in a codebase, with its position, so a person can read them
1
2
3
4
5
6
7
8
9
10
# leading comment
export API_URL=https://api.example.com
QUOTED="quoted value"
SINGLE='single value'
INLINE=value # trailing comment
HASH_IN_QUOTES="value # not a comment"
EMPTY=
NO_EQUALS_LINE
SPACED = padded value
NUMBER=12345