1.1.18 • Published 4 years ago

clubspark-react-tools v1.1.18

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

clubspark-react-tools

A package containing reusable UI Components and tools for dashboards and public sites across Clubspark

GitHub Packages

This repo is published to a GitHub packages registry so that it can be installed in other projects via npm. In order to be able to publish this package you must set up a personal access token in GitHub as described here: https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages. Once auth is set up, run npm publish to publish the package to the registry.

In order to use this package in other projects, an .npmrc file containing the line:

@clubspark-react:registry=https://npm.pkg.github.com

must be present at the root of the consumer project (same level as package.json). The consumer can then include @clubspark-react/clubspark-react-tools as a dependency in their package.json and GitHub modules will resolve it.