Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-07 | [bun install] Implement `bun link` | 1 | -2/+1 | ||
2022-08-05 | [bun install] Support private registries & private scopes | 1 | -11/+4 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -1/+1 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2021-12-19 | [bun install] Support `file:` protocol for installing folders as packages | 1 | -0/+3 | ||
2021-12-16 | [bun install] order() and fmt() | 1 | -0/+26 | ||
2021-12-16 | CLI flags | 1 | -1/+1 | ||
2021-12-16 | [bun install] move around some code | 1 | -0/+270 | ||