Skip to content

Commit

Permalink
Merge pull request #11 from dinbtechit/bug/removing-images-from-readme
Browse files Browse the repository at this point in the history
Removing images from Readme and changing channels from Beta to regular
  • Loading branch information
dinbtechit committed Aug 28, 2023
2 parents f5138f7 + 9aa94ef commit 6a2043d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ Provides NGXS CLI/Schematics. (Beta)

- ngxs/cli - https://github.com/ngxs/cli/issues/9

# How can I contribute

> If you find this plugin useful consider sponsoring its development to ensure that the project is actively maintained
> and improved. [Buy me a Coffee](https://www.buymeacoffee.com/dinbtechit)
[![image](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/dinbtechit)

<!-- Plugin description end -->

## Installation
Expand All @@ -40,3 +33,15 @@ Provides NGXS CLI/Schematics. (Beta)

Download the [latest release](https://github.com/dinbtechit/ngxs/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>

# How can I contribute

- By starring this Github project and rating the [NGXS plugin](https://plugins.jetbrains.com/plugin/22604-ngxs).
- By submitting bugs and features -> https://github.com/dinbtechit/ngxs/issues
- By submitting pull requests for the above roadmap items.
- By sponsoring its development to ensure that the project is actively maintained and improved.

> If you find this plugin useful consider sponsoring its development to ensure that the project is actively maintained
> and improved. [Buy me a Coffee](https://www.buymeacoffee.com/dinbtechit)
[![image](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/dinbtechit)
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,5 @@ tasks {
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
channels.set(listOf("beta"))
}
}

0 comments on commit 6a2043d

Please sign in to comment.