Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foomo/sesamy-ts
Server Side Tag Management System (sesamy) NPM Packages
https://github.com/foomo/sesamy-ts
foomo foomo-sesamy
Last synced: about 2 months ago
JSON representation
Server Side Tag Management System (sesamy) NPM Packages
- Host: GitHub
- URL: https://github.com/foomo/sesamy-ts
- Owner: foomo
- License: mit
- Created: 2024-05-14T06:30:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T23:22:14.000Z (3 months ago)
- Last Synced: 2024-10-06T14:48:18.749Z (3 months ago)
- Topics: foomo, foomo-sesamy
- Language: TypeScript
- Homepage: https://www.foomo.org
- Size: 143 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sesamy Packages
[![Build Status](https://github.com/foomo/sesamy-ts/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/foomo/sesamy-ts/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/sesamy-ts)](https://goreportcard.com/report/github.com/foomo/sesamy-ts)> **Se**rver **S**ide T**a**g **M**anagement **S**ystem
This library offers a wrapper around `gtag` to be used with generated events from `foomo/sesamy-cli`.
## How to Contribute
Make a pull request...
### Pull requests
This repo uses [Changeset](https://github.com/changesets/changesets/blob/main/packages/cli/README.md), so please run this on your PR and follow the instructions:
```bash
$ pnpm changeset
```### Publishing
In order to publish changes created with `changeset`, run:
```shell
$ pnpm publish-packages
```## License
Distributed under MIT License, please see license file within the code for more details.