reffy-cli 0.4.0 → 0.5.1

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # reffy
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/reffy-cli.svg)](https://www.npmjs.com/package/reffy-cli)
4
+ [![MIT License](https://img.shields.io/github/license/RoskiDeluge/reffy-ts.svg)](LICENSE)
5
+ [![CI](https://github.com/RoskiDeluge/reffy-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/RoskiDeluge/reffy-ts/actions/workflows/ci.yml)
6
+
3
7
  Reffy is intended as an ideation layer for spec-driven development (SDD) in straightforward, version controlled and agent-friendly markdown files.
4
8
 
5
9
  ## Install
@@ -10,8 +14,6 @@ Recommended usage in any repo:
10
14
  npm install -g reffy-cli
11
15
  ```
12
16
 
13
- The install runs this package's `prepare` step, which builds `dist/` automatically.
14
-
15
17
  ## Quickstart (CLI-only)
16
18
 
17
19
  Inside your project:
@@ -85,3 +87,5 @@ npm run build
85
87
  npm run check
86
88
  npm test
87
89
  ```
90
+
91
+ `npm install` runs this package's `prepare` step, which builds `dist/` automatically.
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reffy-cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI-first, framework-agnostic references workflow for any repo (TypeScript)",
5
5
  "license": "MIT",
6
6
  "type": "module",