copit 1.0.2 → 1.2.0

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 +32 -100
  2. package/dist/index.js +592 -7344
  3. package/package.json +5 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "copit",
3
- "version": "1.0.2",
4
- "description": "GitHub File Fetcher TUI - Download files from GitHub repositories with OAuth authentication, fuzzy search, and download history",
3
+ "version": "1.2.0",
4
+ "description": "TUI tool for managing local file templates - register and copy config files to new projects",
5
5
  "module": "src/index.tsx",
6
6
  "type": "module",
7
7
  "private": false,
@@ -14,9 +14,10 @@
14
14
  "LICENSE"
15
15
  ],
16
16
  "keywords": [
17
- "github",
18
17
  "cli",
19
- "download"
18
+ "tui",
19
+ "template",
20
+ "config"
20
21
  ],
21
22
  "author": "mrsekut",
22
23
  "license": "MIT",
@@ -35,11 +36,7 @@
35
36
  "prepublishOnly": "bun run build"
36
37
  },
37
38
  "dependencies": {
38
- "@octokit/auth-oauth-device": "^8.0.1",
39
- "@octokit/rest": "^21.0.2",
40
- "fuse.js": "^7.0.0",
41
39
  "ink": "^5.0.1",
42
- "ink-select-input": "^6.2.0",
43
40
  "ink-text-input": "^6.0.0",
44
41
  "jotai": "^2.12.5",
45
42
  "react": "^18.3.1"