https://github.com/jsmithdev/component-land-data
Data for https://component.land
https://github.com/jsmithdev/component-land-data
Last synced: about 1 month ago
JSON representation
Data for https://component.land
- Host: GitHub
- URL: https://github.com/jsmithdev/component-land-data
- Owner: jsmithdev
- Created: 2020-12-05T06:04:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T14:22:02.000Z (over 2 years ago)
- Last Synced: 2025-01-28T23:15:11.954Z (over 1 year ago)
- Homepage: https://component.land
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# component-land-data
Data for [component.land](https://component.land)
## Adding a component
Open an issue and add:
The project's Github URL
Which category the component is:
- "solution" -- an exposed component that a person would use
- "development" -- a non-exposed component that would be used by other components
๐ Project should have a README that has a brief description of the project, how to use the project and at least 1 screenshot depicting the component
### If you'd like to do a pull request -- even better!
Take a github url, noting the user and repo name and category mentioned above. For the example, we'll use: [https://github.com/effordDev/Contact-Update-Create](https://github.com/effordDev/Contact-Update-Create)
- effordDev
- Contact-Update-Create
- solution
- [https://github.com/effordDev/Contact-Update-Create](https://github.com/effordDev/Contact-Update-Create)
Copy the image address of the screenshot as seen on github
- [https://camo.githubusercontent.com/13c28d504e68ef6cd9fe7d2cb4a2dcc1d520be9a6e496bc7776d3757c421e836/68747470733a2f2f696d6775722e636f6d2f7a3832584655462e706e67](https://camo.githubusercontent.com/13c28d504e68ef6cd9fe7d2cb4a2dcc1d520be9a6e496bc7776d3757c421e836/68747470733a2f2f696d6775722e636f6d2f7a3832584655462e706e67)
And add the new object / project:
```json
{
"_id": {
"$oid": "5e8a9d89b1b0w42ab78gh84h"
},
"author": "effordDev",
"name": "Contact-Update-Create",
"title": "Contact Update Create",
"keywords": "contact",
"description": "Update/create a contact on any Contact child record",
"image": "https://camo.githubusercontent.com/b94b432b915ef51bdf48a8f3f4bdbd78acd4b0a33a35beb3fb281aca6d946384/68747470733a2f2f692e696d6775722e636f6d2f357756495351432e706e67",
"deployable": true,
"platform": "salesforce",
"type": "solution"
},
```
---
written while ๐คน by [Jamie Smith](https://jsmith.dev)