A shed is where you store you tools right!
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. |
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
Please refer to our contributing documentation for details on how to contribute to this repository.