aboutsummaryrefslogtreecommitdiff
path: root/docs/cli (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-12Update descriptionsGravatar Colin McDonnell 1-1/+1
2023-10-12Tweaks to pm docsGravatar Colin McDonnell 1-2/+0
2023-10-12Add overrides/resolutions docs (#6476)Gravatar Colin McDonnell 6-213/+345
2023-10-10docs: rearranged cli/runtime related sections (#6275)Gravatar cyfung1031 3-63/+91
* docs: rearranged cli/runtime related sections * docs: update README.md for the updated docs path * Updates * Rearrange * Rearrange * Add files * readme --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-10-09docs: fixing a couple typos (#6331)Gravatar Michael Di Prisco 1-1/+1
2023-09-27Update run.md (#6099)Gravatar Daniel Amemba 1-1/+1
Changed the verb form from ignores to ignored.
2023-09-25Update docsGravatar Colin McDonnell 1-2/+6
2023-09-21Update install docsGravatar Colin McDonnell 1-6/+14
2023-09-19add warning to Ensure correct placement of the '--watch' flag (#5447)Gravatar Ahmad Addel 1-0/+11
* Update run.md * remove the wrong command example * Tweak --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14Clean up run.mdGravatar Colin McDonnell 1-20/+23
2023-09-14Improve run.mdGravatar Colin McDonnell 1-1/+17
2023-09-14fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647)Gravatar DuGlaser 1-1/+2
* fix(docs): Fix the text that `bun run --bun` is the same as `bun` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14Improve docsGravatar Colin McDonnell 2-4/+39
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 1-9/+0
2023-09-13Fixed api & cli docs typo. (#5262)Gravatar James Gordo 1-1/+1
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Correct the configuration file names. (#5234)Gravatar Nathan Hammond 1-1/+1
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 2-2/+2
2023-09-08Remove community-templatesGravatar Colin McDonnell 1-2/+2
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 3-7/+1
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-1/+37
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 1-1/+1
2023-07-30Update install.md (#3890)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-07-26Fix broken anchorsGravatar Colin McDonnell 1-1/+1
2023-07-19Docs & types for 0.7 (#3665)Gravatar Colin McDonnell 1-0/+20
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-07-14Update docsGravatar Colin McDonnell 1-1/+1
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+2
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+12
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 2-1/+69
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 2-0/+13
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 1-0/+2
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-06-15Fix typo in run.md (#3331)Gravatar Kabir Goel 1-1/+1
2023-06-11doc: minor fixes (#3278)Gravatar Keyhan Vakil 1-1/+1
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 1-1/+10
* Add test and fix plugin type * Update docs and config pages
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 2-1352/+29
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-05-16Tweaks to bundler docs (#2867)Gravatar Colin McDonnell 1-25/+169
* WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-39/+105
* importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file
2023-05-08implement build api `define` and `loaders` (#2805)Gravatar dave caruso 1-3/+71
* parse error logs * clean up types * remove --jsx-production. use NODE_ENV instead * add define to js api * add loaders to js api * fixups * sourcemap * typo fix * remove label, comment dir just for now * test tweaks * test work * make optional enums actually optional. allows `sourcemap: undefined` * overload host ram test * string tests * tests * test for 2815 * requested changes * sort this list * remove this test file now that it passes * oops * add --format * finish ts tests * doc typos related to define and loader
2023-05-05Start esbuild migration guide. More docs. (#2787)Gravatar Colin McDonnell 1-59/+113
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 1-20/+20
2023-04-28Bundler docs updates + support for `naming` string (#2767)Gravatar Colin McDonnell 1-133/+166
* Bundler docs updates * Remove comments * Updates * Fix bunx usages * Add info about metafile
2023-04-26fix (#2756)Gravatar dave caruso 1-1/+1
2023-04-26docs hotfix (#2755)Gravatar dave caruso 1-2/+2
2023-04-26Add bundler documentation (#2753)Gravatar Colin McDonnell 2-4/+970
* WIP * WIP * WIP * Document API * Updates * Polish bundler docs * Tweaks * Tweak
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