add LICENSE
This commit is contained in:
parent
c2ec42e289
commit
d2f777f770
@ -13,3 +13,6 @@ insert_final_newline = true
|
|||||||
[*.cr]
|
[*.cr]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[README.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
16
LICENSE
Normal file
16
LICENSE
Normal 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.
|
@ -1,7 +1,8 @@
|
|||||||
Git Ahead Check
|
Git Ahead Check
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Инструмент для людей, которые много работают
|
Инструмент для людей, которые много работают
|
||||||
|
(Tools for check unpusher Git repos)
|
||||||
|
|
||||||
![img](./.docs/screenshot.png)
|
![img](./.docs/screenshot.png)
|
||||||
|
|
||||||
@ -28,13 +29,16 @@ Build:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd ./git-ahead-check/
|
cd ./git-ahead-check/
|
||||||
shards build
|
shards build --release --progress
|
||||||
|
|
||||||
./bin/git-ahead-check # enjoy
|
./bin/git-ahead-check # enjoy
|
||||||
```
|
```
|
||||||
|
|
||||||
## Howto use
|
## Howto use
|
||||||
**Generate configuration file:**
|
**Generate configuration file:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check
|
$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and run `git-ahead-check`!
|
||||||
|
19
shard.yml
19
shard.yml
@ -1,22 +1,13 @@
|
|||||||
name: git-ahead-check
|
name: git-ahead-check
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
# authors:
|
authors:
|
||||||
# - name <email@example.com>
|
- Alexander Popov <iiiypuk@fastmail.fm>
|
||||||
|
|
||||||
# description: |
|
description: |
|
||||||
# Short description of git-ahead-check
|
Tools for check unpusher Git repos
|
||||||
|
|
||||||
# dependencies:
|
license: MIT-0
|
||||||
# pg:
|
|
||||||
# github: will/crystal-pg
|
|
||||||
# version: "~> 0.5"
|
|
||||||
|
|
||||||
# development_dependencies:
|
|
||||||
# webmock:
|
|
||||||
# github: manastech/webmock.cr
|
|
||||||
|
|
||||||
# license: MIT
|
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
git-ahead-check:
|
git-ahead-check:
|
||||||
|
Loading…
Reference in New Issue
Block a user