From 1c2198537a7ae299a90d33003098a22daa152109 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sat, 16 Aug 2025 09:58:40 +0530 Subject: [PATCH] Updated Build Config --- .npmrc | 1 + LICENSE | 29 ++++++++++++++++++++++ README.md | 52 +++++++++++----------------------------- package.json | 56 ++++++++++++++++++++++++++++++++++--------- scripts/make-dist.mjs | 30 +++++++++++++++++++++++ src/index.ts | 8 +++++++ 6 files changed, 127 insertions(+), 49 deletions(-) create mode 100644 .npmrc create mode 100644 LICENSE create mode 100644 scripts/make-dist.mjs create mode 100644 src/index.ts diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..23edd67 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@wrnexus:registry=https://registry.workroot.in/repository/npm/ \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..98896c3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ + +--- + +## 4) `LICENSE` (MIT) + +> Replace the year/name. + +```text +MIT License + +Copyright (c) 2025 Your Name + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the β€œSoftware”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md index 87b813a..6b78b72 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,19 @@ -# Astro Starter Kit: Minimal +# @wrnexus/astro -```sh -npm create astro@latest -- --template minimal -``` +Form + field components for **Astro** with Tailwind utilities and Zod-ready validation hooks. -> πŸ§‘β€πŸš€ **Seasoned astronaut?** Delete this file. Have fun! +- βœ… `
` β€” submit handling + client validation plumbing +- βœ… `` β€” text/email/password/number/textarea/select/date/time/file/checkbox/radio/switch +- βœ… `` β€” searchable, checkbox-driven multi select dropdown +- βœ… `