@trail-pm/cli 0.1.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.
- package/README.md +23 -0
- package/dist/chunk-SFBMB3UT.js +1622 -0
- package/dist/chunk-SFBMB3UT.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/run-mcp-server-ERHZKM7M.js +12587 -0
- package/dist/run-mcp-server-ERHZKM7M.js.map +1 -0
- package/package.json +52 -0
- package/trail.js +6 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# `@trail-pm/cli`
|
|
2
|
+
|
|
3
|
+
**Trail** — Task & Repository AI Layer: a GitHub-native project management CLI.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @trail-pm/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
trail --help
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Full documentation, authentication, command reference, and MCP setup:
|
|
18
|
+
|
|
19
|
+
**https://github.com/joeydekruis/trail#readme**
|
|
20
|
+
|
|
21
|
+
## License
|
|
22
|
+
|
|
23
|
+
MIT — see the [repository](https://github.com/joeydekruis/trail).
|