-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
35 lines (30 loc) · 1.52 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: tomba
icon: logo.png
summary: CLI utility to search or verify lists of email addresses in seconds
description: |
Tomba.io (CLI) utility to search or verify lists of email addresses in minutes can significantly improve productivity and efficiency for individuals and businesses dealing with large email databases. This utility can automate the process of checking the validity and deliverability of email addresses, saving valuable time and resources. Let's explore the features and benefits of such a CLI utility:
* Instantly locate email addresses from any website https://tomba.io/domain-search .
* Email verify to confirm an email address' authenticity https://tomba.io/email-verifier .
* Enrich email with data https://tomba.io/enrichment .
* Instantly discover the email addresses of Linkedin URLs https://tomba.io/linkedin-finder .
* Instantly discover the email addresses of article authors https://tomba.io/author-finder .
This snap is built via the build.snapcraft.io service from the snapcraft.yaml definition at https://github.com/tomba-io/tomba to ensure source and build transparency.
issues: https://github.com/tomba-io/tomba/issues
license: "Apache-2.0"
source-code: https://github.com/tomba-io/tomba.git
website: https://tomba.io/
version: 1.0.7
grade: stable
base: core20
confinement: strict
apps:
tomba:
command: bin/tomba
plugs:
- home
- network
parts:
tomba:
plugin: go
source-type: git
source: https://github.com/tomba-io/tomba