We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af87a8 commit 5a2af72Copy full SHA for 5a2af72
.gitignore
@@ -52,3 +52,5 @@ coverage/
52
.devenv.flake.nix
53
/nix
54
/.devenv
55
+
56
+docs/
packages/create-coda/src/index.ts
@@ -0,0 +1,6 @@
1
+/**
2
+ * This package does not export anything. It is used to scaffold new Coda client projects.
3
+ *
4
+ * Use `bun create @macalinao/create-coda my-client` to scaffold a new project.
5
+ */
6
+export {};
0 commit comments