add initial config and readme
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Appwrite Generated UI
|
||||||
|
|
||||||
|
This app creates web components that will generate themselves based on the given Appwrite project.
|
||||||
|
|
||||||
|
## Example Usage
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// init the library with the Appwrite info
|
||||||
|
```
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- insert the webcomponent for the item you want -->
|
||||||
|
```
|
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "appwrite-generated-ui",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "UI that generates itself based on the shape of a given Appwrite project.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://root@git.sa.vin:2222/payne8/appwrite-generated-ui.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"generated",
|
||||||
|
"UI",
|
||||||
|
"appwrite",
|
||||||
|
"forms"
|
||||||
|
],
|
||||||
|
"author": "Mason Payne <mason@masonitestudios.com>",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Reference in New Issue
Block a user