Skip to content

Commit cb0f178

Browse files
committed
add publiccode yml file
1 parent d490471 commit cb0f178

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

publiccode.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
publiccodeYmlVersion: "0.2"
2+
name: Manifest
3+
url: https://github.com/mnfst/manifest
4+
landingURL: https://manifest.build
5+
logo: https://manifest.build/assets/images/logotype-white.svg
6+
inputTypes:
7+
- "YAML"
8+
platforms:
9+
- "web"
10+
- "windows"
11+
- "mac"
12+
- "linux"
13+
categories:
14+
- application-development
15+
- it-development
16+
usedBy:
17+
- Institut National de Recherche en Informatique et en Automatique (INRIA)
18+
fundedBy:
19+
- name: "Institut National de Recherche en Informatique et en Automatique (INRIA)",
20+
url: "https://www.inria.fr"
21+
softwareType: "standalone/backend"
22+
description:
23+
en:
24+
shortDescription: "Manifest is a Backend-a-a-Service (BaaS) platform that fits into a single YAML file."
25+
longDescription: "Manifest is a Backend-a-a-Service (BaaS) platform that fits into a single YAML file. It is a tool based on simplicity: with a simple DSL, you define a complete backend without writing a single line of code. It includes key back-end features such as authentication, authorization, data storage, custom endpoints, validation, and more."
26+
screenshots:
27+
- https://manifest.build/assets/images/stackblitz-demo.svg
28+
- https://manifest.build/assets/images/adminpanel.gif
29+
legal:
30+
license: MIT
31+
maintenance:
32+
type: internal
33+
contacts:
34+
- name: "Bruno Pérez"
35+
36+
- name: "Sébastien Conejo"
37+

0 commit comments

Comments
 (0)