aboutsummaryrefslogtreecommitdiff
path: root/docs/cli (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 5-446/+158
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-04-06docs(cli/bunx): add notice (#2574)Gravatar Jozef Steinhübl 1-0/+4
* docs(cli/bunx): add notice bunx alias bun x * docs: grammar
2023-03-20"bun-create" example "postinstall"→"preinstall" (#2441)Gravatar jq170727 1-1/+1
"postinstall" is listed twice in the example for the "bun-create" section of package.json. Based on the context and content of the echo commands I believe the intent is that the first "postinstall" should be "preinstall". This change corrects this.
2023-03-20Fix example for "bun pm ls" (#2440)Gravatar jq170727 1-0/+1
2023-03-20Update install.mdbun-v0.5.8Gravatar Jarred Sumner 1-2/+2
2023-03-15:white_check_mark: some test matchersGravatar Jarred Sumner 1-2/+2
2023-03-11Update comparison matchers compatibility in docs (#2366)Gravatar Nicholas 1-4/+4
2023-03-03Fix broken async test example (#2291)Gravatar Hannes Käufler 1-1/+1
2023-02-25docs: fix typo in install.md file (#2179)Gravatar Fernando Daciuk 1-1/+1
2023-02-24remove parametersGravatar Dylan Conway 1-1/+1
2023-02-24Fix indentsGravatar Colin McDonnell 1-2/+2
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 5-90/+202
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-24[docs] Minor syntax correction in test.md (#2153)Gravatar Jake Boone 1-1/+1
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 10-0/+1412
* Add documentation * Tweaks * Fixes * Rearrange * Update