Skip to content

Commit

Permalink
Merge pull request #9 from antonkorotkov/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
antonkorotkov authored Oct 3, 2024
2 parents b2021ae + 8496c8a commit dad69bc
Show file tree
Hide file tree
Showing 93 changed files with 8,100 additions and 7,546 deletions.
55 changes: 55 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# EditorConfig is awesome: http://EditorConfig.org

# How-to with your editor: http://editorconfig.org/#download

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true

[*.html]
insert_final_newline = false

[*.txt]
insert_final_newline = false

[{Dockerfile,Procfile}]
trim_trailing_whitespace = true

# Standard at: https://github.com/felixge/node-style-guide
[{*.js,*.json,*.svelte}]
trim_trailing_whitespace = true
quote_type = single
curly_bracket_next_line = false
spaces_around_operators = true
space_after_control_statements = true
space_after_anonymous_functions = false
spaces_in_brackets = false

[Dockerfile]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 4

[package.json]
indent_style = space
indent_size = 2

[package-lock.json]
indent_style = space
indent_size = 2

[*.sol]
indent_style = space
indent_size = 4
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Desktop Elasticsearch client.

The project is NOT actively maintained. It has bugs, smelling code, and ugly code formatting. 🤓 So, please, feel free to create issues, PRs, and maybe I will find some time to keep this project alive.
The project is NOT actively maintained. It has bugs, smelling code, and ugly code formatting. 🤓

So, please, feel free to create issues, PRs, and maybe I will find some time to keep this project alive.

### Install

Expand All @@ -14,7 +16,7 @@ yarn
yarn build
```

Development in browser:
Development in browser: (no interaction with real elastic server)

```sh
yarn dev
Expand All @@ -29,14 +31,8 @@ yarn start
App build:

```sh
yarn dist-mac #for mac
yarn dist-win #for windows
yarn dist #for both
```

App relase

```sh
GH_TOKEN=<github token> yarn release-mac
GH_TOKEN=<github token> yarn release-win
yarn dist-mac
yarn dist-win
yarn dist-linux
yarn dist #for all
```
30 changes: 0 additions & 30 deletions app/analytics.js

This file was deleted.

Loading

0 comments on commit dad69bc

Please sign in to comment.