Skip to content

Commit

Permalink
add missing example registries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Nov 19, 2024
1 parent 5186fc3 commit 0d55f28
Show file tree
Hide file tree
Showing 13 changed files with 173 additions and 3 deletions.
34 changes: 34 additions & 0 deletions _registry/ignite.apps.example-chain-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"appName": "example-chain-info",
"appDescription": "A simple chain information application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/chain-info/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"chain-info",
"example",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}
34 changes: 34 additions & 0 deletions _registry/ignite.apps.example-flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"appName": "example-flags",
"appDescription": "A simple flags usage application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/flags/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"flags",
"example",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}
34 changes: 34 additions & 0 deletions _registry/ignite.apps.example-health-monitor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"appName": "example-health-monitor",
"appDescription": "A simple health monitor application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/health-monitor/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"health-monitor",
"example",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}
34 changes: 34 additions & 0 deletions _registry/ignite.apps.example-hello-world.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"appName": "example-hello-world",
"appDescription": "A simple hello world application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/hello-world/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"hello-world",
"example",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}
34 changes: 34 additions & 0 deletions _registry/ignite.apps.example-hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"appName": "example-hooks",
"appDescription": "A simple hooks application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Danilo Pantani",
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/hooks/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
},
"keywords": [
"hooks",
"example",
"cli",
"cosmos-sdk",
"ignite app"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}
2 changes: 1 addition & 1 deletion _registry/ignite.apps.hermes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Danilo Pantani",
"github": "pantani"
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.spaceship.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Danilo Pantani",
"github": "pantani"
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Danilo Pantani",
"github": "pantani"
"github": "Pantani"
}
],
"repositoryUrl": "https://github.com/ignite/apps",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0d55f28

Please sign in to comment.