Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.