You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Implements `devbox gen readme [filename]` command. See `devbox.md` for
what the output looks like.
Highlights:
* Adds scripts with local links
* Comments in devbox.json scripts are added to readme. (Limited support
for these. Comments after script name and before script value are
supported)
* Adds packages and links to URL (nixhub or github)
* Adds comment indicating generated by devbox. This comment can be used
to insert readme into an existing readme.
## How was it tested?
`devbox gen readme devbox.md`
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@ See the [CLI Reference](https://www.jetpack.io/devbox/docs/cli_reference/devbox/
145
145
146
146
Devbox is an opensource project so contributions are always welcome. Please read [our contributing guide](CONTRIBUTING.md) before submitting pull requests.
147
147
148
+
[Devbox development readme](devbox.md)
149
+
148
150
## Related Work
149
151
150
152
Thanks to [Nix](https://nixos.org/) for providing isolated shells.
0 commit comments