Skip to content

Commit 66b1c75

Browse files
committed
docs update
1 parent a07e5f6 commit 66b1c75

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

license

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022-Present Reaper <[email protected]> (https://reaper.im)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

readme.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# nimclog
2+
3+
This is nim port of commitlog with a tighter scope
4+
5+
## Why ?
6+
7+
size, binary size.
8+
9+
also, to get better at nimlang
10+
11+
## Features
12+
13+
- Sort git's logs into `features, fixes, others`
14+
- That's about it.
15+
16+
## Installation
17+
18+
I'm still testing the cross compiled binaries so you'll have to wait for it.
19+
Till then, you can compile it on your system using `nim` or `nimble`
20+
21+
```sh
22+
nimble build
23+
# or
24+
nim c src/nimclog.nim
25+
```
26+
27+
## License
28+
29+
[MIT](/LICENSE)

0 commit comments

Comments
 (0)