Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xip-online-applications/email-footer-generator
- Owner: xip-online-applications
- Created: 2020-11-30T08:23:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T05:07:21.000Z (12 months ago)
- Last Synced: 2024-11-14T07:27:01.763Z (2 months ago)
- Topics: xip-nl
- Language: HTML
- Homepage:
- Size: 616 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```