Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit e5cea37

Browse files
authored
feat: migrate repo to toolkit (#12)
1 parent a588f88 commit e5cea37

Some content is hidden

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

77 files changed

+197
-436
lines changed

.changeset/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": [
11-
"example-nextjs-with-rainbowkit",
12-
"example-nextjs-with-walletkit",
13-
"example-vite-with-walletkit",
14-
"website"
11+
"uploadkit-nextjs-with-walletkit",
12+
"uploadkit-with-nextjs-rainbowkit",
13+
"uploadkit-with-vite-walletkit",
14+
"docs"
1515
]
1616
}

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ body:
1010
1111
- type: input
1212
attributes:
13-
label: Greenfield UploadKit Version
14-
description: What version of Greenfield UploadKit are you using?
15-
placeholder: 1.0.0
13+
label: Package Name & Version
14+
description: What package and version are you using?
15+
placeholder: '@node-real/greenfield-uploadkit@0.0.1'
1616
validations:
1717
required: true
1818

.github/workflows/docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: deploy docs
11-
if: github.repository == 'node-real/greenfield-uploadkit'
11+
if: github.repository == 'node-real/greenfield-toolkit'
1212
timeout-minutes: 10
1313
runs-on: ubuntu-latest
1414
steps:
@@ -24,15 +24,15 @@ jobs:
2424

2525
- name: Redirect
2626
run: |
27-
mkdir -p ./website/dist/website/dist
28-
cat << EOF > "./website/dist/website/dist/index.html"
29-
<script>window.location.href='https://github.com/node-real/greenfield-uploadkit</script>
27+
mkdir -p ./docs/dist/docs/dist
28+
cat << EOF > "./docs/dist/docs/dist/index.html"
29+
<script>window.location.href='https://github.com/node-real/greenfield-toolkit/packages/uploadkit</script>
3030
EOF
3131
3232
- name: Deploy docs
3333
uses: JamesIves/github-pages-deploy-action@v4
3434
with:
35-
folder: ./website/dist
35+
folder: ./docs/dist
3636
branch: 'docs'
3737
clean: true
3838
force: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
release:
1212
name: release
13-
if: github.repository == 'node-real/greenfield-uploadkit'
13+
if: github.repository == 'node-real/greenfield-toolkit'
1414
timeout-minutes: 10
1515
runs-on: ubuntu-latest
1616
steps:

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions

README.md

Lines changed: 11 additions & 77 deletions

website/index.html renamed to docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap"
1111
rel="stylesheet"
1212
/>
13-
<title>UploadKit</title>
13+
<title>ToolKit</title>
1414
<script type="module">
1515
import process from 'process';
1616
import EventEmitter from 'events';

website/package.json renamed to docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "website",
2+
"name": "docs",
33
"version": "0.0.1",
44
"author": "node-real",
55
"private": "true",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)