mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2025-03-18 00:00:22 +03:00
updates
This commit is contained in:
parent
a3906ad207
commit
f3b79329a7
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -1,8 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: docker
|
||||
directory: "/atlassian/jira/latest"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "02:00"
|
||||
open-pull-requests-limit: 10
|
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# [](https://github.com/EpicMorg/atlassian-downloader/commits) [](https://github.com/EpicMorg/atlassian-downloader/issues) [](https://github.com/EpicMorg/atlassian-downloader/network) [](https://github.com/EpicMorg/atlassian-downloader/stargazers) [](https://github.com/EpicMorg/atlassian-downloader/archive/master.zip) [](https://github.com/EpicMorg/atlassian-downloader/releases) [](LICENSE.md) [](CHANGELOG.md)
|
||||
|
||||
# Atlassian Downloader - Changelog
|
||||
|
||||
* `1.0.0.3` - some cosmetics improvements.
|
||||
* `1.0.0.2` - some cosmetics improvements.
|
||||
* `1.0.0.1` - some improvements. added support of all available products.
|
||||
* `1.0.0.0` - test script. internal use. not published.
|
@ -4,17 +4,19 @@
|
||||
|
||||
Simple script written with `c#` and `dotnet5` for downloadind all avalible products from `Atlassian`. Why not?
|
||||
|
||||

|
||||
|
||||
## Authors
|
||||
* [@kasthack](https://github.com/kasthack) - core code
|
||||
* [@stam](https://github.com/stamepicmorg) - edits
|
||||
|
||||
## Requerments
|
||||
1. Preinstalled `dotnet5`. Download [here](https://dotnet.microsoft.com/download/dotnet/5.0).
|
||||
2. Supported OS: `win32` or `win64`, `linux`, `macosx`
|
||||
2. Supported OS: `win32`, `win64`, `linux`, `macosx`
|
||||
|
||||
## How to
|
||||
1. `git clone` this repo.
|
||||
2. `cd` to `repo/src`.
|
||||
2. `cd` to `<repo>/src`.
|
||||
3. execute `donten run` in `src` folder.
|
||||
4. all data will be downloaded to `src/output` folder and subfolders
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user