Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xip-online-applications/email-footer-generator

The email footer generator tool
https://github.com/xip-online-applications/email-footer-generator

xip-nl

Last synced: 8 days ago
JSON representation

The email footer generator tool

Awesome Lists containing this project

README

        

# XIP Footer Generator

This small application holds the XIP footer generator.

## Build

To build, you first need to run these steps:

```shell script
npm i -g @electron-forge/cli
npm i
```

You can now build the application:

```shell script
npm run make
```