Skip to content

Commit fd15540

Browse files
jycouettechniq
andauthoredNov 10, 2023
monorepo & create-svelte-ux (#119)
* ♻️ MOVE: all files to packages/svelte-ux * 🚧 NEW: packages create & eslint * ♻️ UPDATE: move back changeset * 🚸 UPDATE: rootpart * add lock * 🎨 UPDATE: prettier * 🚸 UPDATE: tentative * 🚸 NEW: few tips * 🚧 RENAME: oups! * 🚧 RENAME: oups! * 💥 REMOVE: eslint for now * Refine README for pnpm * Fix URL and refine build script name * Refine intro name * Rename "demo-light" template to "basic" * Add changeset * Use actions/setup-node * Setup pnpm for github CI aciton * Add packageManager to package.json for `pnpm/action-setup` github action * Simplify basic template * Tweak create-svelte-ux README * ".gitignore" in templates is not copied in npm, Renames to .meta.gitignore and rename on copy process * clean hardcoded version👍 * Add startup template * Improve about page * Rename basic template to minimal * Change svelte-ux package version in create-svelte-ux to use "workspace:*" instead of explicit version * Use "latest" instead of "workspace:*" for version to allow using with SvelteLab/StackBlitz/etc --------- Co-authored-by: Sean Lynch <techniq35@gmail.com>
1 parent 52c262e commit fd15540

File tree

499 files changed

+13000
-12462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+13000
-12462
lines changed
 

‎.changeset/tall-weeks-shout.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-ux': minor
3+
---
4+
5+
Setup as monorepo using pnpm workspace and add `create-svelte-ux` package (`npm create svelte-ux`)

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

1 commit comments

Comments
 (1)

vercel[bot] commented on Nov 10, 2023

@vercel[bot]
Please sign in to comment.