chore: update package info; monorepo readme
This commit is contained in:
parent
1805c235ed
commit
019b0523ec
5 changed files with 29 additions and 12 deletions
11
README.md
11
README.md
|
@ -6,7 +6,6 @@
|
|||
[](https://github.com/ayoayco/astro-reactive-form)
|
||||
|
||||
# Components and utilities for building reactive user interfaces 🔥
|
||||
|
||||
Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture.
|
||||
|
||||
*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)*
|
||||
|
@ -15,3 +14,13 @@ Build blazing-fast user interfaces with native [Astro](https://astro.build) comp
|
|||
| --- | --- | --- |
|
||||
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-form/tree/main/packages/astro-reactive-form) | [](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress |
|
||||
| astro-reactive-validator | 🛠 in-progress | 🛠 in-progress |
|
||||
|
||||
# Running the demo app
|
||||
To run the demo app locally:
|
||||
1. Clone/Fork the project
|
||||
1. Install deps: `npm i`
|
||||
1. Run the demo app: `npm run demo`
|
||||
|
||||
*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)*
|
||||
|
||||
Created by [Ayo Ayco](https://ayco.io)
|
|
@ -3,6 +3,11 @@
|
|||
"description": "Demo App for Astro Reactive Form",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"name": "Ayo Ayco",
|
||||
"email": "ramon.aycojr@gmail.com",
|
||||
"url": "https://ayco.io"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
@ -20,7 +25,6 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/ayoayco/astro-reactive-form.git"
|
||||
},
|
||||
"author": "Ayo Ayco",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
"version": "0.0.0",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
||||
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ayo Ayco",
|
||||
"email": "ramon.aycojr@gmail.com",
|
||||
"url": "https://ayco.io"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"demo": "npm run dev -w demo",
|
||||
"bump-package-patch": "npm version patch -w",
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
"version": "0.1.3",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
||||
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts",
|
||||
"./core": "./core/index.ts"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ayo Ayco",
|
||||
"email": "ramon.aycojr@gmail.com",
|
||||
"url": "https://ayco.io"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts",
|
||||
"./core": "./core/index.ts"
|
||||
},
|
||||
"files": [
|
||||
"core/",
|
||||
"components/",
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
"name": "astro-reactive-validator",
|
||||
"version": "0.0.0",
|
||||
"description": "Validation Library for Astro Reactive Form 🔥",
|
||||
"author": {
|
||||
"name": "Ayo Ayco",
|
||||
"email": "ramon.aycojr@gmail.com",
|
||||
"url": "https://ayco.io"
|
||||
},
|
||||
"main": "index.js",
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
|
@ -17,7 +22,6 @@
|
|||
"form",
|
||||
"validation"
|
||||
],
|
||||
"author": "Ayo Ayco",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
||||
|
|
Loading…
Reference in a new issue