@ferrflow/darwin-x64 7.22.1 → 7.23.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 +11 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,6 +350,17 @@ mixed with an inline `package` array while you migrate.
|
|
|
350
350
|
The following are rejected rather than silently ignored: an `include` pattern matching no file, two
|
|
351
351
|
packages sharing a name, and an included file declaring `workspace`, `include`, or `package`.
|
|
352
352
|
|
|
353
|
+
Included files have their own schema, so editors autocomplete and validate them:
|
|
354
|
+
|
|
355
|
+
```json
|
|
356
|
+
{
|
|
357
|
+
"$schema": "https://ferrflow.com/schema/ferrflow-package.json",
|
|
358
|
+
"name": "api"
|
|
359
|
+
}
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
`ferrflow schema --package` writes the same schema locally, for repos that would rather not fetch it.
|
|
363
|
+
|
|
353
364
|
## Versioning Strategies
|
|
354
365
|
|
|
355
366
|
Each package can use its own versioning strategy. Set a default at the workspace level and override per package:
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED