Skip to content
/ shed Public

A shed is where you store you tools right!

License

Notifications You must be signed in to change notification settings

enzsft/shed

Repository files navigation

Enzyme Software Logo

Shed

A shed is where you store you tools right!

Packages

Package Description
styles Utilities to work with styles.
environment Utilities for interacting with environment variables.
logging Isomorphic logging library, suitable for use in both Node.js and the browser.
props Utilities for constructing props.

Installing packages

These packages are published to the GitHub Package Registry. Before installing them you need to add the following to your .npmrc or .yarnrc file:

@enzsft:registry=https://npm.pkg.github.com

Then you can install the packages using your favourite package manager like pnpm, npm or yarn:

pnpm add @enzsft/styles
npm install @enzsft/styles
yarn add @enzsft/styles

Contributing

Please refer to our contributing documentation for details on how to contribute to this repository.