Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Feb 4, 2025
2 parents a59ebb5 + bc12d73 commit 3505f1d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
23 changes: 15 additions & 8 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,35 @@ Our mission is to make software development more accessible. Our ideal future is
## <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/repositories-text.svg" alt="Repositories" height="40px"/>
This GitHub organization contains repos that are officially maintained by [**Storm Software**](https://stormsoftware.com):

### 1. [**storm-stack**](https://github.com/storm-software/storm-stack)
### [**storm-stack**](https://github.com/storm-software/storm-stack)

⚡The Storm Stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

<a href="https://github.com/storm-software/storm-stack/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/storm-stack?style=for-the-badge&color=1fb2a6"/></a>


### 2. [**acidic**](https://github.com/storm-software/acidic)
### [**cyclone-ui**](https://github.com/storm-software/cyclone-ui)

🧪 Acidic is a modeling tool that can be used to describe and generate code for API end points, database tables, type definitions, client components, and so much more!
🌀 Tamagui Web/Mobile universal components + Shadcn UI's style of distributing code - Cyclone UI components are copied into your repositories via the CLI tool.

<a href="https://github.com/storm-software/acidic/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/acidic?style=for-the-badge&color=1fb2a6"/></a>
<a href="https://github.com/storm-software/cyclone-ui/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/cyclone-ui?style=for-the-badge&color=1fb2a6"/></a>


### 3. [**cyclone-ui**](https://github.com/storm-software/cyclone-ui)
### [**stryke**](https://github.com/storm-software/stryke)

🌀 Tamagui Web/Mobile universal components + Shadcn UI's style of distributing code - Cyclone UI components are copied into your repositories via the CLI tool.
🌩️ A repository containing TypeScript utility packages used by Storm Software

<a href="https://github.com/storm-software/cyclone-ui/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/cyclone-ui?style=for-the-badge&color=1fb2a6"/></a>
<a href="https://github.com/storm-software/stryke/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/stryke?style=for-the-badge&color=1fb2a6"/></a>


### [**acidic**](https://github.com/storm-software/acidic)

🧪 Acidic is a modeling tool that can be used to describe and generate code for API end points, database tables, type definitions, client components, and so much more!

<a href="https://github.com/storm-software/acidic/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/storm-software/acidic?style=for-the-badge&color=1fb2a6"/></a>


### 4. [**storm-ops**](https://github.com/storm-software/storm-ops)
### [**storm-ops**](https://github.com/storm-software/storm-ops)

⚙️ The Storm-Ops monorepo contains various configurations and tools used to manage the Storm Software repositories

Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>storm-software/renovate-config"
]
}

0 comments on commit 3505f1d

Please sign in to comment.