1.122.3 • Published 26 days ago

@storm-software/config v1.122.3

Weekly downloads
-
License
-
Repository
github
Last release
26 days ago

Version Nx NextJs Commitizen friendly Semantic-Release documented with Fumadocs GitHub Workflow Status (with event)

!IMPORTANT This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.

Table of Contents

Storm Configuration Package

A package containing the definition and Zod validation schema for the custom workspace configuration used by the Storm Software organization.

Below is a list of the available configuration values that can be set through environment variables:

NameDescriptionDefault
STORM_COLOR_BACKGROUNDThe workspace's background theme color#1d1e22
STORM_COLOR_FOREGROUNDThe workspace's foreground theme color#f4f4f5
STORM_COLOR_BRANDThe workspace's primary brand specific color#1fb2a6
STORM_COLOR_ALTERNATEThe workspace's alternate brand specific colornull
STORM_COLOR_ACCENTThe workspace's secondary brand specific colornull
STORM_COLOR_LINKThe color used to display hyperlink textnull
STORM_COLOR_HELPThe workspace's help theme color#8256D0
STORM_COLOR_SUCCESSThe workspace's success theme color#12B66A
STORM_COLOR_INFOThe workspace's informational theme color#0070E0
STORM_COLOR_WARNINGThe workspace's warning theme color#fcc419
STORM_COLOR_DANGERThe workspace's danger theme color#D8314A
STORM_COLOR_FATALThe workspace's fatal theme colornull
STORM_COLOR_POSITIVEThe workspace's positive number color#4ade80
STORM_COLOR_NEGATIVEThe workspace's negative number color#ef4444
STORM_LOG_LEVELThe logging level for the workspace"info"
STORM_NAMEThe name of the packagenull
STORM_NAMESPACEThe namespace of the packagenull
STORM_OWNERThe owner of the workspacenull
STORM_WORKERThe worker of the workspace"stormie-bot"
STORM_ORGThe organization of the workspace"storm-software"
STORM_PACKAGE_MANAGERThe package manager used in the workspace"pnpm"
STORM_LICENSEThe license of the workspace"Apache-2.0"
STORM_HOMEPAGEThe homepage of the workspacehttps://stormsoftware.com
STORM_DOCSThe documentation URL of the workspacenull
STORM_LICENSINGThe licensing information of the workspacenull
STORM_TIMEZONEThe timezone of the workspace"America/New_York"
STORM_LOCALEThe locale of the workspace"en-US"
STORM_CONFIG_FILEThe path to the configuration filenull
STORM_WORKSPACE_ROOTThe root directory of the workspacenull
STORM_PACKAGE_DIRECTORYThe directory where packages are storednull
STORM_BUILD_DIRECTORYThe directory where build artifacts are stored"dist"
STORM_SKIP_CACHEWhether to skip cachingfalse
STORM_CACHE_DIRECTORYThe directory where cache is stored"node_modules/.cache/storm"
STORM_RUNTIME_VERSIONThe runtime version used in the workspacenull
STORM_OUTPUT_DIRECTORYThe directory where output files are storednull
STORM_MODEThe environment mode type of the workspace"production"
STORM_REPOSITORYThe repository URL of the workspacenull
STORM_BRANCHThe branch of the repository"main"
STORM_PRE_IDThe pre-release identifiernull
STORM_EXTERNAL_PACKAGE_PATTERNSThe patterns for external packages[]
STORM_CLOUDFLARE_ACCOUNT_IDThe Cloudflare account IDnull

Installing

Using pnpm:

pnpm add -D @storm-software/config
npm install -D @storm-software/config
yarn add -D @storm-software/config

Reduced Package Size

This project uses tsup to package the source code due to its ability to remove unused code and ship smaller javascript files thanks to code splitting. This helps to greatly reduce the size of the package and to make it easier to use in other projects.

Development

This project is built using Nx. As a result, many of the usual commands are available to assist in development.

Building

Run nx build config to build the library.

Running unit tests

Run nx test config to execute the unit tests via Jest.

Linting

Run nx lint config to run ESLint on the package.

Storm Workspaces

Storm workspaces are built using Nx, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.

Roadmap

See the open issues for a list of proposed features (and known issues).

Support

Reach out to the maintainer at one of the following places:

License

This project is licensed under the Apache License 2.0. Feel free to edit and distribute this template as you like.

See LICENSE for more information.

Changelog

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented in the CHANGELOG file

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Please adhere to this project's code of conduct.

You can use markdownlint-cli to check for common markdown style inconsistency.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.

Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.

Join us on Discord to chat with the team, receive release notifications, ask questions, and get involved.

If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website or join our Slack channel!

1.113.18

2 months ago

1.113.17

2 months ago

1.113.16

2 months ago

1.113.15

2 months ago

1.113.14

2 months ago

1.113.13

2 months ago

1.113.12

2 months ago

1.113.11

2 months ago

1.113.10

2 months ago

1.115.0

2 months ago

1.115.1

2 months ago

1.113.27

2 months ago

1.113.26

2 months ago

1.113.25

2 months ago

1.113.24

2 months ago

1.113.23

2 months ago

1.113.22

2 months ago

1.113.21

2 months ago

1.113.20

2 months ago

1.113.19

2 months ago

1.114.5

2 months ago

1.114.3

2 months ago

1.114.4

2 months ago

1.114.1

2 months ago

1.114.2

2 months ago

1.114.0

2 months ago

1.120.0

2 months ago

1.117.0

2 months ago

1.117.1

2 months ago

1.121.10

1 month ago

1.121.11

1 month ago

1.121.14

1 month ago

1.121.15

1 month ago

1.121.12

1 month ago

1.121.13

1 month ago

1.116.1

2 months ago

1.116.2

2 months ago

1.116.0

2 months ago

1.119.6

2 months ago

1.119.7

2 months ago

1.119.4

2 months ago

1.119.5

2 months ago

1.119.2

2 months ago

1.119.3

2 months ago

1.122.1

1 month ago

1.122.0

1 month ago

1.122.3

26 days ago

1.122.2

1 month ago

1.111.0

3 months ago

1.119.0

2 months ago

1.119.1

2 months ago

1.121.0

1 month ago

1.121.2

1 month ago

1.121.1

1 month ago

1.121.8

1 month ago

1.121.7

1 month ago

1.121.9

1 month ago

1.121.4

1 month ago

1.121.3

1 month ago

1.121.6

1 month ago

1.121.5

1 month ago

1.110.1

4 months ago

1.110.2

4 months ago

1.110.0

4 months ago

1.118.1

2 months ago

1.118.0

2 months ago

1.110.5

4 months ago

1.110.6

4 months ago

1.110.3

4 months ago

1.110.4

4 months ago

1.113.8

2 months ago

1.113.9

2 months ago

1.109.0

4 months ago

1.113.6

2 months ago

1.113.7

2 months ago

1.113.4

2 months ago

1.113.5

2 months ago

1.113.2

2 months ago

1.113.3

2 months ago

1.113.1

2 months ago

1.112.18

3 months ago

1.112.19

3 months ago

1.112.9

3 months ago

1.112.20

3 months ago

1.112.21

3 months ago

1.108.0

4 months ago

1.112.22

3 months ago

1.112.23

3 months ago

1.112.24

3 months ago

1.112.25

3 months ago

1.112.26

2 months ago

1.112.0

3 months ago

1.112.10

3 months ago

1.112.7

3 months ago

1.112.11

3 months ago

1.112.8

3 months ago

1.112.12

3 months ago

1.112.5

3 months ago

1.112.13

3 months ago

1.112.6

3 months ago

1.112.14

3 months ago

1.112.3

3 months ago

1.112.15

3 months ago

1.112.4

3 months ago

1.112.16

3 months ago

1.112.1

3 months ago

1.112.17

3 months ago

1.112.2

3 months ago

1.106.8

4 months ago

1.106.9

4 months ago

1.106.6

4 months ago

1.106.7

4 months ago

1.106.4

4 months ago

1.106.5

4 months ago

1.107.1

4 months ago

1.107.0

4 months ago

1.106.11

4 months ago

1.106.12

4 months ago

1.106.13

4 months ago

1.106.10

4 months ago

1.105.0

4 months ago

1.104.0

4 months ago

1.104.1

4 months ago

1.106.2

4 months ago

1.106.3

4 months ago

1.106.0

4 months ago

1.106.1

4 months ago

1.94.4

6 months ago

1.79.0

7 months ago

1.94.3

6 months ago

1.94.2

6 months ago

1.94.1

6 months ago

1.94.0

6 months ago

1.103.5

4 months ago

1.103.3

5 months ago

1.103.4

4 months ago

1.103.1

5 months ago

1.103.2

5 months ago

1.103.0

5 months ago

1.67.0

8 months ago

1.67.1

8 months ago

1.101.18

5 months ago

1.101.19

5 months ago

1.101.25

5 months ago

1.101.26

5 months ago

1.101.23

5 months ago

1.101.24

5 months ago

1.101.21

5 months ago

1.101.22

5 months ago

1.70.0

8 months ago

1.101.20

5 months ago

1.70.1

8 months ago

1.70.2

8 months ago

1.70.3

8 months ago

1.93.4

6 months ago

1.93.3

6 months ago

1.93.2

6 months ago

1.93.1

6 months ago

1.93.0

6 months ago

1.102.0

5 months ago

1.102.1

5 months ago

1.68.0

8 months ago

1.96.2

6 months ago

1.96.1

6 months ago

1.96.0

6 months ago

1.69.0

8 months ago

1.97.5

6 months ago

1.97.4

6 months ago

1.97.3

6 months ago

1.95.0

6 months ago

1.73.0

7 months ago

1.98.1

6 months ago

1.98.0

6 months ago

1.99.5

6 months ago

1.99.4

6 months ago

1.74.0

7 months ago

1.99.3

6 months ago

1.99.2

6 months ago

1.99.1

6 months ago

1.97.2

6 months ago

1.97.1

6 months ago

1.97.0

6 months ago

1.75.0

7 months ago

1.98.3

6 months ago

1.75.1

7 months ago

1.98.2

6 months ago

1.92.2

6 months ago

1.92.1

6 months ago

1.92.0

6 months ago

1.100.19

5 months ago

1.100.18

5 months ago

1.100.17

5 months ago

1.101.0

5 months ago

1.80.0

7 months ago

1.101.7

5 months ago

1.101.8

5 months ago

1.101.5

5 months ago

1.101.6

5 months ago

1.101.3

5 months ago

1.101.4

5 months ago

1.101.1

5 months ago

1.101.2

5 months ago

1.100.16

5 months ago

1.100.15

5 months ago

1.100.14

5 months ago

1.100.13

5 months ago

1.100.12

5 months ago

1.100.11

5 months ago

1.100.10

5 months ago

1.76.0

7 months ago

1.99.0

6 months ago

1.78.0

7 months ago

1.91.4

6 months ago

1.91.3

6 months ago

1.91.2

6 months ago

1.91.1

6 months ago

1.101.16

5 months ago

1.100.0

6 months ago

1.101.17

5 months ago

1.100.1

6 months ago

1.101.15

5 months ago

1.101.12

5 months ago

1.101.13

5 months ago

1.101.10

5 months ago

1.101.11

5 months ago

1.100.8

5 months ago

1.100.9

5 months ago

1.100.6

5 months ago

1.100.7

5 months ago

1.100.4

5 months ago

1.100.5

5 months ago

1.100.3

5 months ago

1.101.9

5 months ago

1.77.0

7 months ago

1.66.0

8 months ago

1.63.0

9 months ago

1.63.1

9 months ago

1.64.0

9 months ago

1.64.1

9 months ago

1.65.0

9 months ago

1.61.3

9 months ago

1.61.4

9 months ago

1.62.0

9 months ago

1.62.2

9 months ago

1.62.1

9 months ago

1.56.1

10 months ago

1.56.0

10 months ago

1.37.0

11 months ago

1.18.1

1 year ago

1.18.0

1 year ago

1.40.0

10 months ago

1.21.0

1 year ago

1.44.0

10 months ago

1.44.1

10 months ago

1.48.0

10 months ago

1.29.0

12 months ago

1.51.0

10 months ago

1.32.0

11 months ago

1.51.1

10 months ago

1.55.0

10 months ago

1.57.0

10 months ago

1.57.2

10 months ago

1.34.0

11 months ago

1.57.1

10 months ago

1.34.1

11 months ago

1.57.4

10 months ago

1.19.0

1 year ago

1.57.3

10 months ago

1.57.6

10 months ago

1.38.0

11 months ago

1.57.5

10 months ago

1.57.7

10 months ago

1.60.0

10 months ago

1.41.1

10 months ago

1.41.0

10 months ago

1.22.0

1 year ago

1.41.2

10 months ago

1.45.0

10 months ago

1.49.1

10 months ago

1.49.0

10 months ago

1.52.0

10 months ago

1.33.0

11 months ago

1.54.2

10 months ago

1.58.0

10 months ago

1.35.0

11 months ago

1.39.0

11 months ago

1.61.1

10 months ago

1.61.0

10 months ago

1.42.0

10 months ago

1.61.2

10 months ago

1.42.2

10 months ago

1.42.1

10 months ago

1.46.0

10 months ago

1.42.3

10 months ago

1.23.0

1 year ago

1.23.1

1 year ago

1.53.0

10 months ago

1.30.0

12 months ago

1.53.1

10 months ago

1.55.2

10 months ago

1.36.0

11 months ago

1.55.1

10 months ago

1.59.0

10 months ago

1.43.1

10 months ago

1.43.0

10 months ago

1.20.0

1 year ago

1.47.0

10 months ago

1.24.0

1 year ago

1.28.0

1 year ago

1.50.0

10 months ago

1.54.1

10 months ago

1.31.0

11 months ago

1.16.7

1 year ago

1.17.0

1 year ago

1.16.6

1 year ago

1.16.3

1 year ago

1.16.2

1 year ago

1.16.5

1 year ago

1.16.4

1 year ago

1.14.0

1 year ago

1.16.1

1 year ago

1.16.0

1 year ago

1.15.0

1 year ago

1.13.0

1 year ago

1.12.3

1 year ago

1.12.2

1 year ago

1.12.1

1 year ago

1.11.3

1 year ago

1.12.0

1 year ago

1.11.2

1 year ago

1.11.1

1 year ago

1.9.5

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.1

1 year ago

1.9.4

1 year ago

1.9.3

1 year ago

1.9.2

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.3

1 year ago

1.7.4

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.5

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.2.22

1 year ago

1.2.13

1 year ago

1.2.14

1 year ago

1.2.12

1 year ago

1.2.5

1 year ago

1.2.9

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

0.0.1

1 year ago