Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You are building public QVAC developer tools for LocalHost Labs.
You are building public QVAC developer tools for localhost41.

Work only on the current GitHub issue.

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
## v0.1.0-alpha.1 - 2025-01-30

- Initial repository scaffold.
- First pre-release of `@localhostlabs/create-qvac-app`.
- First pre-release of `@localhost41/create-qvac-app`.
- Includes Node TypeScript QVAC chat application template.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 LocalHost Labs
Copyright (c) 2026 localhost41

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create-qvac-app

Public QVAC developer tooling from LocalHost Labs.
Public QVAC developer tooling from localhost41.

> **Alpha Release:** This package is currently in **alpha** (v0.1.0-alpha.1).
> Expect breaking changes. Feedback is welcome.
Expand All @@ -22,13 +22,13 @@ uses a different local URL, set `QVAC_BASE_URL` when running the app.
Use the package with `pnpm dlx`:

```bash
pnpm dlx @localhostlabs/create-qvac-app my-qvac-chat --template node-chat
pnpm dlx @localhost41/create-qvac-app my-qvac-chat --template node-chat
```

Or install the CLI globally:

```bash
pnpm add -g @localhostlabs/create-qvac-app
pnpm add -g @localhost41/create-qvac-app
create-qvac-app my-qvac-chat --template node-chat
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@localhostlabs/create-qvac-app",
"name": "@localhost41/create-qvac-app",
"version": "0.1.0-alpha.1",
"description": "QVAC developer tooling package: create-qvac-app",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test/pack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("package tarball", () => {
private: true,
type: "module",
dependencies: {
"@localhostlabs/create-qvac-app": tarballPath,
"@localhost41/create-qvac-app": tarballPath,
},
},
null,
Expand Down
Loading