@zinn-dev/cli 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.ts +1 -0
  3. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @zinn-dev/cli
2
+
3
+ The `zinn` binary. Requires [Bun](https://bun.sh).
package/index.ts CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env bun
1
2
  const args = process.argv.slice(2);
2
3
  const FLAG = {
3
4
  help: ["-h", "--help"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zinn-dev/cli",
3
- "version": "0.0.3",
4
- "description": "A kanban workflow for your terminal. Built on OpenTUI.",
3
+ "version": "0.0.4",
4
+ "description": "A kanban workflow in the terminal.",
5
5
  "license": "MIT",
6
6
  "bugs": {
7
7
  "url": "https://github.com/yethranayeh/zinn/issues"