sourcegraph / doctree

First-class library documentation for every language (based on tree-sitter), with symbol search & more. Lightweight single binary, run locally or self-host. Surfaces usage examples via Sourcegraph.
https://doctree.org
Apache License 2.0
872 stars 25 forks source link

Some improvements to the build process #5

Closed grawlinson closed 2 years ago

grawlinson commented 2 years ago

Just a few improvements to make life easier. Let me know if they need adjusting. :)

slimsag commented 2 years ago

Many thanks! Do we need to update https://github.com/sourcegraph/doctree/blob/main/docs/development.md#prerequisites with how to install npx? Or I guess it already comes with most node/npm installations?

grawlinson commented 2 years ago

npx has been part of npm for a while now. I’ll do another commit updating the docs soon.