Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Mar 2, 2020
1 parent a7fb47e commit 210277b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
18 changes: 9 additions & 9 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="https://github.com/Shpota/goxygen/workflows/build/badge.svg">
</a>
<a href="https://github.com/Shpota/goxygen/releases">
<img src="https://img.shields.io/badge/version-v0.1.0-green">
<img src="https://img.shields.io/badge/version-v0.2.0-green">
</a>
<a href="https://gitter.im/goxygen/community">
<img src="https://badges.gitter.im/goxygen/community.svg">
Expand Down Expand Up @@ -102,20 +102,20 @@ for simplicity.

Goxygen generates a basic structure of a project and doesn't force you
to use a specific set of tools. That's why it doesn't bring unneeded
dependencies to your project. The only two dependencies are
dependencies to your project. It uses only
[mongo-go-driver](https://github.com/mongodb/mongo-go-driver) on the
back end side and [axios](https://github.com/axios/axios) on the front
end side.
back end side and [axios](https://github.com/axios/axios) in React
and Vue projects. Angular projects use only Angular specific libraries.

## How to contribute

If you found a bug or have an idea on how to improve the project
[open an issue](https://github.com/Shpota/goxygen/issues)
and we will fix it as soon as possible.

You can also propose your changes via a Pull Request. Fork the
repository, make changes, send us a pull request and we'll
review it shortly.
and we will fix it as soon as possible. You can also propose your
changes via a Pull Request. Fork the repository, make changes, send
us a pull request and we'll review it shortly. We also have a
[Gitter chat](https://gitter.im/goxygen/community) where we discuss
all the changes.

### Credits
Goxygen's logo was created by [Egon Elbre](https://twitter.com/egonelbre).
6 changes: 3 additions & 3 deletions .github/README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="https://github.com/Shpota/goxygen/workflows/build/badge.svg">
</a>
<a href="https://github.com/Shpota/goxygen/releases">
<img src="https://img.shields.io/badge/version-v0.1.0-green">
<img src="https://img.shields.io/badge/version-v0.2.0-green">
</a>
<a href="https://gitter.im/goxygen/community">
<img src="https://badges.gitter.im/goxygen/community.svg">
Expand Down Expand Up @@ -101,9 +101,9 @@ http://localhost:8080.

Goxygen генерирует только базовою структуру проекта и не навязывает
вам использование специфических библиотек или утилит. Сгенерированный
проект имеет только две необходимые зависимости: драйвер для базы
проект имеет только две сторонние зависимости: драйвер для базы
данных и библиотеку для асинхронных REST запросов,
[axios](https://github.com/axios/axios), на стороне клиента.
[axios](https://github.com/axios/axios), в React и Vue проектах.

## Как поучаствовать в разработке Goxygen

Expand Down
7 changes: 4 additions & 3 deletions .github/README_ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="https://github.com/Shpota/goxygen/workflows/build/badge.svg">
</a>
<a href="https://github.com/Shpota/goxygen/releases">
<img src="https://img.shields.io/badge/version-v0.1.0-green">
<img src="https://img.shields.io/badge/version-v0.2.0-green">
</a>
<a href="https://gitter.im/goxygen/community">
<img src="https://badges.gitter.im/goxygen/community.svg">
Expand Down Expand Up @@ -101,9 +101,10 @@ http://localhost:8080.

Goxygen генерує лише базову структуру проекту і не нав'язує вам
використання специфічних бібліотек чи утиліт. Згенерований проект
матиме лише дві необхідні залежності:
матиме лише дві сторонні залежності:
[mongo-go-driver](https://github.com/mongodb/mongo-go-driver) та
[axios](https://github.com/axios/axios) для асинхронних REST запитів.
[axios](https://github.com/axios/axios) для асинхронних REST запитів
(для React i Vue проектів).

## Як долучитися до проекту

Expand Down
2 changes: 1 addition & 1 deletion .github/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="https://github.com/Shpota/goxygen/workflows/build/badge.svg">
</a>
<a href="https://github.com/Shpota/goxygen/releases">
<img src="https://img.shields.io/badge/version-v0.1.0-green">
<img src="https://img.shields.io/badge/version-v0.2.0-green">
</a>
<a href="https://gitter.im/goxygen/community">
<img src="https://badges.gitter.im/goxygen/community.svg">
Expand Down

0 comments on commit 210277b

Please sign in to comment.