add LICENSE

This commit is contained in:
Alexander Popov 2022-08-13 16:34:25 +03:00
parent c2ec42e289
commit d2f777f770
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
4 changed files with 30 additions and 16 deletions

View File

@ -13,3 +13,6 @@ insert_final_newline = true
[*.cr]
indent_style = space
indent_size = 2
[README.md]
trim_trailing_whitespace = false

16
LICENSE Normal file
View File

@ -0,0 +1,16 @@
MIT No Attribution
Copyright 2022 Alexander Popov
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,7 +1,8 @@
Git Ahead Check
===============
Инструмент для людей, которые много работают
Инструмент для людей, которые много работают
(Tools for check unpusher Git repos)
![img](./.docs/screenshot.png)
@ -28,13 +29,16 @@ Build:
```sh
cd ./git-ahead-check/
shards build
shards build --release --progress
./bin/git-ahead-check # enjoy
```
## Howto use
**Generate configuration file:**
```sh
$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check
```
and run `git-ahead-check`!

View File

@ -1,22 +1,13 @@
name: git-ahead-check
version: 0.1.0
# authors:
# - name <email@example.com>
authors:
- Alexander Popov <iiiypuk@fastmail.fm>
# description: |
# Short description of git-ahead-check
description: |
Tools for check unpusher Git repos
# dependencies:
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
# license: MIT
license: MIT-0
targets:
git-ahead-check: