From d2f777f77029fb674559cd73de1d48428a2fe2cc Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 13 Aug 2022 16:34:25 +0300 Subject: [PATCH] add LICENSE --- .editorconfig | 3 +++ LICENSE | 16 ++++++++++++++++ README.md | 8 ++++++-- shard.yml | 19 +++++-------------- 4 files changed, 30 insertions(+), 16 deletions(-) create mode 100644 LICENSE diff --git a/.editorconfig b/.editorconfig index 30ea6c6..0af7fb9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ insert_final_newline = true [*.cr] indent_style = space indent_size = 2 + +[README.md] +trim_trailing_whitespace = false diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..36f0add --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 4ed8c6d..8b5875a 100644 --- a/README.md +++ b/README.md @@ -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`! diff --git a/shard.yml b/shard.yml index 9fa23f7..09f50e6 100644 --- a/shard.yml +++ b/shard.yml @@ -1,22 +1,13 @@ name: git-ahead-check version: 0.1.0 -# authors: -# - name +authors: + - Alexander Popov -# 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: