Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.43 KB
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.