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)
|
[](https://github.com/ayoayco/astro-reactive-form)
|
||||||
|
|
||||||
# Components and utilities for building reactive user interfaces 🔥
|
# Components and utilities for building reactive user interfaces 🔥
|
||||||
|
|
||||||
Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture.
|
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)*
|
*[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-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 |
|
| 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",
|
"description": "Demo App for Astro Reactive Form",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Ayo Ayco",
|
||||||
|
"email": "ramon.aycojr@gmail.com",
|
||||||
|
"url": "https://ayco.io"
|
||||||
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
@ -20,7 +25,6 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ayoayco/astro-reactive-form.git"
|
"url": "git+https://github.com/ayoayco/astro-reactive-form.git"
|
||||||
},
|
},
|
||||||
"author": "Ayo Ayco",
|
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
||||||
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
||||||
"type": "module",
|
|
||||||
"exports": {
|
|
||||||
".": "./index.ts"
|
|
||||||
},
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ayo Ayco",
|
"name": "Ayo Ayco",
|
||||||
"email": "ramon.aycojr@gmail.com",
|
"email": "ramon.aycojr@gmail.com",
|
||||||
"url": "https://ayco.io"
|
"url": "https://ayco.io"
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
|
"exports": {
|
||||||
|
".": "./index.ts"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"demo": "npm run dev -w demo",
|
"demo": "npm run dev -w demo",
|
||||||
"bump-package-patch": "npm version patch -w",
|
"bump-package-patch": "npm version patch -w",
|
||||||
|
|
|
@ -4,16 +4,16 @@
|
||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
"repository": "https://github.com/ayoayco/astro-reactive-form",
|
||||||
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
"homepage": "https://ayco.io/showcase/astro-reactive-form",
|
||||||
"type": "module",
|
|
||||||
"exports": {
|
|
||||||
".": "./index.ts",
|
|
||||||
"./core": "./core/index.ts"
|
|
||||||
},
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ayo Ayco",
|
"name": "Ayo Ayco",
|
||||||
"email": "ramon.aycojr@gmail.com",
|
"email": "ramon.aycojr@gmail.com",
|
||||||
"url": "https://ayco.io"
|
"url": "https://ayco.io"
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
|
"exports": {
|
||||||
|
".": "./index.ts",
|
||||||
|
"./core": "./core/index.ts"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"core/",
|
"core/",
|
||||||
"components/",
|
"components/",
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
"name": "astro-reactive-validator",
|
"name": "astro-reactive-validator",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Validation Library for Astro Reactive Form 🔥",
|
"description": "Validation Library for Astro Reactive Form 🔥",
|
||||||
|
"author": {
|
||||||
|
"name": "Ayo Ayco",
|
||||||
|
"email": "ramon.aycojr@gmail.com",
|
||||||
|
"url": "https://ayco.io"
|
||||||
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -17,7 +22,6 @@
|
||||||
"form",
|
"form",
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"author": "Ayo Ayco",
|
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
"url": "https://github.com/ayoayco/astro-reactive-form/issues"
|
||||||
|
|
Loading…
Reference in a new issue